So, what is the problem if it takes two commands to tag two projects
with the same tag? It's still a heck of a lot faster than doing a tag
in CVS.
I am not sure what you would want to tag distinct projects with the
same tagging scheme. The best way to handle this is with the tagging
scheme others showed:
trunk
project1
project2
tags
branches
Or, if you have some projects you want to tag and branch separately:
dual-project
trunk
project1
project2
tags
branches
project3
trunk
tags
branches
Remember in Subversion, the trunk, tags, and branches directories are
simply operating conventions which can change from site to site as
needed. If you really can't do two "svn cp" commands to tag each
project with the same tag, you can restructure your source repository
to put both in the same trunk/tags/branches directory structure as
long as you coordinate this change with your developers.
On Fri, Jan 16, 2009 at 3:52 AM, <enigmatecck_at_yahoo.co.uk> wrote:
> I am a CVS user who has recently moved to using SVN which I really like. However I'm unable to tag multiple projects and I am fear I may have setup my repository incorrectly. I have a number of projects with the following structure.
>
> project1
> -- trunk
> -- branches
> -- tags
>
> project2
> -- trunk
> -- branches
> -- tags
>
> In CVS I could tag multiple projects but when I try via SVN I get an error saying 'cannot perform operation that related to different project structures'.
>
> Is there a way of tagging multiple projects simultaneously? Would I need to refactor the project structure in the repository and is there a way of doing this without losing any history?
>
> Thanks in advance for any suggestions.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1028189
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>
--
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1033676
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-19 04:10:59 CET