RE: svn copy - tags - parent dir and create paths
From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-01-03 18:48:08 CET
-----Original Message-----
Developer A maintain subproject_A while developer B maintain subproject_B.
Now developer A wish to create a tag named v_1_0:
$ svn copy \
Browsing the repository from the tags directory will now look like this:
tags
Now developer B wish to create a tag named v_1_0:
$ svn copy \
Browsing the repository from the tags directory will now look like this:
tags
It seems to me that part of the problem comes from the fact that developer A
It would make more sense to have:
tags/subproject_A/v_1_0
Then developer A would always do
$ svn copy \
and developer B would always do
$ svn copy \
This makes more sense, and as a side-effect, eliminates much of the problem
Dale
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.