Hi Mark ,
thanks for your fast reply, I found some information regarding this function
it was a bug seemed to be fix in svnant 1.1. Since I´ am using version 1.2.1
it´s still a bug or I don´t use svnant as expected.
I tried the following:
<exec executable="svn" output="all.properties" >
<arg line="propget svn:externals
https://my.svn.server/all/branches/Test_1.0" />
</exec>
This writes out the externals into a file. Maybe I can redirect the output
into a property.
It´s not the Holy Grail, but fits for my needs. Now it´s time see how to
parse the filecontent and replace the location.
Thanks for your input
Saberex
Mark Phippard-3 wrote:
>
> On Fri, Jun 19, 2009 at 5:01 AM, Saberex<Saberex_at_gmx.net> wrote:
>> Hi to all the experts out there
>>
>> I´made a new project on my svn server and called it all. The project has
>> only svn:externals to other internal projects. Just to make life easier
>> for
>> the developers. Now my problem is, I run a script to branch several
>> projects
>> and the one with the externals only (all). If I take a look in the new
>> branch the externals are still leading to the old location.
>>
>> I´m running Ant 1.7 and Svnant 1.2.1 and use <svn javahl="true"> to work
>> with svnant features.
>>
>> I can access the svn:externals via cygwin directly from the svn server.
>> What I don´t want to do, is check out the all project with the externals
>> (lasts to long).
>>
>> How can I edit the externals in a folder without downloading all
>> externals
>> defined, or do it directly on the SVN server.
>
> The best thing would be to make a patch to svnAnt so that you can pass
> through the ignoreExternals boolean to all of the commands.
>
> In the interim, I'd say have your script just run the svn command line
> and use the --ignore-externals option.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2363498
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subclipse.tigris.org].
>
>
--
View this message in context: http://www.nabble.com/Svnant-1.2.1--propget-doesn%27t-support-the-%22url%22-attribute-tp24107871p24112850.html
Sent from the subclipse - users mailing list archive at Nabble.com.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2363530
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-06-19 16:40:25 CEST