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

Re: [Subclipse-users] svnant propset on tag

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 22 Sep 2010 12:28:42 -0400

On Wed, Sep 22, 2010 at 12:26 PM, luca ghirotti <luca.ghirotti_at_gmail.com> wrote:

> I have created an ant file that uses svnant 1.3 to manipulate my repository.
> In particular it creates a tag using a subset of the resources of my trunk.
> This is achieve using a sequence of <copy srcUrl="..." destUrl="..."> operations, therefore modifying directly the remote repository.
> Now, my goal is to be able to set svn properties on this remotely created tag.
>
> By looking at the propset command, it looks like it expects a local path and cannot operate on urls.
>
> Is this the case?
> If so, what alternatives would you suggest to achieve what I want?

The ability to do this from the command line was only added in 1.6 and
it has not been done in svnAnt. So you can only do it locally and
then commit. Even with the command line I believe you can only add
properties, you cannot edit them.

You could use an exec task to run the command line if what you need to
do could be done via the command line client.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2663385
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-09-22 18:28:49 CEST

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.