detecting repository-side existence with SvnAnt
From: Humberto Madeira/Trapsoft Inc <Humberto.Madeira_at_trapezegroup.com>
Date: 2005-10-21 02:48:59 CEST
Hi,
I'm trying to use SvnAnt to help implement automated tagging.
However, in order to do that, I need to be able to detect whether a
Unfortunately svn status is for working copy use only.
I tthought of using svn list, but SvnAnt rc1 doesn't have it yet.
svn propget svn:ignore https://yada/yada works on the command line,
However <propget name="svn:ignore" path="https://yada/yada"
I guess it can't find the URL and then is fails as in issue 406
I don't think it considers a URL as a valid path (the command line svn
I also considered using Ant's <get> command on the server side URL,
Currently I am using svn checkout and catching the fail exception using
Is there any sort of simple repository-side path existence test available
Here is my current environment stack
Regards,
|
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.