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

RE: [Subclipse-users] svn-ant Clean update

From: Martin Letenay <mle_at_whitestein.com>
Date: 2006-06-21 11:49:55 CEST

Well,

 

If I’ve got you right, you have two options here:

 

- Do revert first, then tag the working copy

- Tag the revision directly from the repository

 

I.e.:

 

<svn>
<revert dir="workingcopy" recurse=”true”/>

<copy srcPath="workingcopy" destUrl="urlToTagName" message=”tag commit message”/>
</svn>

 

or

 

<svn>
<copy srcUrl="urlYouCheckedOut" destUrl="urlToTagName" revision=”RevNumYuoCheckedOut” message=”tag commit message”/>
</svn>

 

Martin

 

 

From: Kaiser, Hans [mailto:r_2@gmx.de]
Sent: Tuesday, June 20, 2006 10:22 AM
To: users@subclipse.tigris.org
Subject: Re: [Subclipse-users] svn-ant Clean update

 

Hello again,

I will try to explain my problem.
I make an build of my system, which partially modifies files on the working copy. After a successful build I want to tag the version I have checked out.
Now I have to options
- like in CVS, I make an clean update of the versions of my working copy, and now I can tag my versions
or
- I can use the versions of my local copy to tag the sources directly

Any hints?

I am trying to add a svn clean-update (comparable to cvs up -C ). Is there any option to clean update in my ANT-script?

 
Received on Wed Jun 21 11:50:22 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.