[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: Kaiser, Hans <r_2_at_gmx.de>
Date: 2006-06-21 15:16:02 CEST

Hello Martin,

you got it

> 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>
>

This seems to be what I was looking for. Thanks, I will try it.

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

The problem here is, that I cannot be sure, if someone has already
changed the sources in the repository. The build takes a while, which
could be an interval, there developer could change the source. This
could potentially break the build, and I would tag an broken build as
working...
Received on Wed Jun 21 15:21:00 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.