Costin Manolache wrote:
What I want is to be able to do "cvs diff -r my_label_before_sandbox_copy",
so I can see what changed.
I want to keep my experiments in the sandbox - instead of a branch.
Costin
Copies are cheap in SVN, so tags are just copies. And in a similar
manner to CVS branches are just tags that you start making changes to.
What I suggest is that I make the following SVN changes:
- create /sandbox/trunk, /sandbox/tags, /sandbox/branches
- move the current contents of /sandbox to /sandbox/trunk
Then when you want to make a tag you just do a copy of the form
svn copy https://svn.apache.org/repos/asf/tomcat/sandbox/optional/path
https://svn.apache.org/repos/asf/tomcat/sandbox/tags/nameOfTag
This way you can tag all of sandbox or just part of it.
Let me know if you want me to make the top level changes to sandbox or
if you are happy making them yourself.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]