notes/devops/vcs/svn/svn.txt
Ihar Hancharenka b9c36c1e5a m
2024-02-04 19:40:05 +03:00

14 строки
301 B
Plaintext

svn ls https://svn.domain.com/svn/myproject/tags/
svn ls https://svn.domain.com/svn/myproject/branches/
svn del/rm
branches:
http://habrahabr.ru/post/45203/
svn cp URL->URL
svn sw ..
svn del http://svn.example.com/repos/calc/branches/my-calc-branch -m "Removing obsolete branch of calc project."