[Subclipse-users] updating current directory from ant svn task on Windows
From: Eduard Kotysh <nutellaboi_at_gmail.com>
Date: 2007-03-22 20:51:03 CET
I believe I ran into a bug today. I wrote an ant svn task that simply
<?xml version="1.0"?>
<project name="test" basedir="." default="update">
<!-- setup for the svn task -->
<target name="update" description="run SVN update">
</project>
If I run ant -f build.xml in that directory, I get:
Resulting Output:
$ ant -f build.xml
update:
BUILD FAILED
Total time: 0 seconds
If I do svn stat, I don't see any outstanding locks, and svn cleanup doesn't
If I go up a directory and run ant -f build/build.xml it works every time.
I'm not sure what's going on, but sure looks like a bug and I don't like the
This error has been noted by another user last year, here is the post
Note: this is only problem on Windows running under either cygwin or plain
Any help or ideas guys? Thank you
Eduard
|
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.