IT
svn command
뚱냐리
2017. 10. 20. 18:06
반응형
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
반응형