Hi,
The subversion manual shows that is possible to create a snapshot from a working folder. To do it, you use copy command. How can I do that using Tortoise ?
".... including the ability to copy a working-copy tree to the repository:
$ ls
my-working-copy/
$ svn copy my-working-copy http://svn.example.com/repos/calc/tags/mytag
Committed revision 352.
Now there is a new directory in the repository, /calc/tags/mytag, which is an exact snapshot of your working
copy—mixed revisions, urls, and all." (Version Control with Subversion Revision 10061 page 57)
Thanks,
Gustavo
Received on Tue Jul 20 00:12:39 2004