-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Description
The wcversion Ant task doesn't seem to properly escape filenames with at signs in them. It fails with
the following error:
[svn] <WcVersion> started ...
[svn] svn: Try 'svn help' for more info
[svn] svn: Syntax error parsing revision '2x.png'
[svn] <WcVersion> failed :Can't get summary status for path /home/teamcity/src/antbugdemo-
svn/trunk
[svn] <WcVersion> finished.
I've create a small sample build/project to demonstrate the issue. It's hosted at Github, but you can
check out the project with Subversion.
To reproduce:
1. svn co https://github.com/ndrake/antbugdemo.git
2. cd antbugdemo.git/trunk
3. ant
The strange thing is that I don't see this issue on the Mac OS X. Not sure why (using the same versions
of everything).
Relevant version info:
Subversion: svn, version 1.6.17 (r1128011)
Ant: 1.8.0
Svnant: (Not sure, the jar is included in the demo repository)
Java: 1.6.0_26 (Server VM)
Linux: Ubuntu 12.04
Metadata Imported from Tigris (Issue 1445)
- Creation Date: 2012-08-10 07:45:24
- Reporter: ndrake
- Subcomponent: svnant
- Version: 0.8.2
- Milestone: not determined
- Keywords:
- Cc:
Comments
2012-08-10 07:50:12 by ndrake
Fixed typo in summary
Reactions are currently unavailable