View Issue Details

IDProjectCategoryView StatusLast Update
151WADFCorepublic29 Jan 2009 22:33
Reportertimj Assigned Totimj  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version0.11.0Fixed in Version0.11.0 
Summary151: Add support for SVN checkouts in dependency tags file
DescriptionAlthough such a thing is undesirable in general, for circumstances where it is necessary it would be nice to have support for SVN checkouts in the dependency tags file.

e.g.

SVN:http://svn.example.com/path/to/bar:1234:svn_checkouts/Bar

which would check out revision 1234 of http://svn.example.com/path/to/bar to the directory "svn_checkouts/Bar" relative to @application_dir@
Additional InformationNeed to think about how this relates to SVN's own linking across repository paths
TagsNo tags attached.

Activities

timj

21 Jan 2009 12:32

manager   ~164

Actually a better syntax using SVN's revision-in-URL feature would be:

SVN:http://svn.example.com/path/to/bar@1234 svn_checkouts/Bar

The space is ok, because if it was actually in the URL it would be URL-encoded, something like

SVN:http://svn.example.com/path/to/bar%20baz@1234 svn_checkouts/Baz

timj

27 Jan 2009 21:11

manager   ~165

Fixed in SVN r1473

Issue History

Date Modified Username Field Change
21 Jan 2009 11:32 timj New Issue
21 Jan 2009 12:32 timj Note Added: 164
27 Jan 2009 21:11 timj Note Added: 165
27 Jan 2009 21:11 timj Status new => resolved
27 Jan 2009 21:11 timj Resolution open => fixed
27 Jan 2009 21:11 timj Assigned To => timj
27 Jan 2009 22:31 timj Target Version => 0.11.0
27 Jan 2009 22:31 timj Fixed in Version => 0.11.0
29 Jan 2009 22:33 timj Status resolved => closed