How to change tags "copy source"?
Дмитрий Попов <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <!&!AAAAAAAAAAAYAAAAAAAAALQZDlQhkq5CheoFWky9nfbCgAAAEAAAAMx4Lj9kGeZAu89wy7EtM3oBAAAAAA==@pharmanet.ru> |
Hello everyone,
I'm trying to convert project from CVS repository with following structure:
/projectA
* /componentA
* /componentB
* /componentC
* /componentD
... (up to 30 components)
Every "component" (I'm not sure that they are "modules" as CVS manuals says,
so I'll call them components - it's just a directory) is compiled to
separate unit (dll), with references to one or more other components
(components are build in specific sequence, without circular references).
Every component (component folder) have tags like 'componentName_X_Y_Z'.
After converting to SVN, I receive the following "standard" layout:
/projectA
* /branches
* /tags
* /trunk
* * /componentA
* * /componentB
* * /componentC
* * /component
...
But I have trouble with tags. When I look inside "tag creation" commit, I
see the following:
Added /projectA/tags/componentA_3_0_3 (copy from /projectA/trunk)
Deleted /projectA/tags/componentA_3_0_3/component2
Deleted /projectA/tags/componentA_3_0_3/component3
Deleted /projectA/tags/componentA_3_0_3/component4
Deleted /projectA/tags/componentA_3_0_3/component5
...
Is there any 'standard' way to change copy source for tags to
'/projectA/trunk/componentName' ?
What is the best point to start 'hacking'?
Regards,
Dmitry
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2690839
To unsubscribe from this discussion, e-mail: [[email protected]].