notes/util/vcs/svn/svn.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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."