Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
132 views

svn copy - problem with directories

I want to create a tag in my repository. My command is: svn copy trunk tags\1.1 I execute this command in the main directory of my local working copy. It however copies whole directory so the files ...
1
vote
2answers
60 views

updating tags in svn

If I use svn copy to take a snapshot of a portion of a repository, how can I update that snapshot? Use case: myrepo/ trunk/ src/ something.c something.h tags/ branches/ mkdir ...
0
votes
1answer
67 views

Svn copy/move with history

Can I copy or move folder in svn as svn copy URL URL svn move URL URL and save hishory? There http://svnbook.red-bean.com/en/1.1/re07.html and there http://svnbook.red-bean.com/en/1.1/re18.html ...