[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

tag question

From: Bret Hughes <bhughes_at_elevating.com>
Date: 2004-08-13 18:09:32 CEST

I have been trying to get my head around subversion and think I am
getting the hang of it. I have a project with the following structure :

Revision 41
/rdms
[Parent Directory]
branches/
tags/
trunk/

inside branches there are two branches:

/rdms/branches/SmartOne
[Parent Directory]
cdm/
gdu/

Revision 41
/rdms/branches/SmartOne
[Parent Directory]
cdm/
gdu/

I am going to be merging these two branches so I thought I would create
tags for each branch but ended up with strange results:

the commands:

svn copy https://compaq2/svn/rdms/rdms/branches/QT
https://compaq2/svn/rdms/rdms/tags/qt_before_SmartOne_Merge -m"qt before
merging with SmartOne"
 
svn copy https://compaq2/svn/rdms/rdms/branches/SmartOne
https://compaq2/svn/rdms/rdms/tags/SmartOne_before_QT_Merge -m" SmartOne
before merging with QT"

The result is that I get some sort of duplication of the Branch tree
along with the directories I was expecting.

Revision 41
/rdms/tags/SmartOne_before_QT_Merge
[Parent Directory]
SmartOne/ #<- I was not expecting this one
cdm/
gdu/

the SmartOne tree contains the cdm and gdu dirs as well.

What am I doing wrong?

TIA

Bret

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 13 18:10:24 2004

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.