You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.
This patch allows you to get the contents of a file and store it in an ant
property.
<svn><cat url="${svn.branchdir}/VERSION" contentsProperty="version"/></svn>
it also includes a string-munging task that just chops off the last
component of a URL... we use it, but not sure it's needed in general
(there may be other ant tasks for string manipulation elsewhere)?
<svn><getParentUrl url="${svn.url}" parentUrlProperty="svn.branchdir" /></svn>
Original issue reported on code.google.com by the...@gmail.com on 28 Jan 2009 at 6:57
Joe, I'm finally getting around to this patch and I've realized you don't need
these within
this project.
http://ant.apache.org/manual/CoreTasks/loadfile.html (replaces <cat>)
The other one also isn't really svn specific.
I'm sorry, but I've got to close this as wontfix.
Original comment by latch...@gmail.com on 31 May 2009 at 12:23
Changed state: WontFix
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Original issue reported on code.google.com by
the...@gmail.com
on 28 Jan 2009 at 6:57Attachments:
The text was updated successfully, but these errors were encountered: