svn command
2017. 10. 20. 18:06ㆍIT
반응형
svn command
svn blame [filename]
하면 소스코드 라인.. 별로 누가 commit 했는지 이름과...commit number가 써져있다.
그 commit list 를 보려면,
You can use svn log -l5 -v <URL of your repository>
. svn info
can be used to get the root URL for the repository where your working copy is connected to.
이런방법도 있고
xml file로 저장해 보려면
해당 svn 폴더로 이동해서
svn log -v --xml > repository_log.xml
이런 방법도 있다...
728x90
반응형
'IT' 카테고리의 다른 글
bitfield in c (0) | 2017.11.08 |
---|---|
VMware 구동시 ethernet0 설정 안될때. (0) | 2017.10.25 |
Ubuntu에서 .run 확장자 실행시키기. (0) | 2017.10.19 |
Ubuntu 에서 Teraterm 기능사용하기.(UART) (4) | 2017.10.19 |
How do i know if i'm running 32bit or 64bit linux? (0) | 2017.10.19 |