[Building Sakai] Change for deleted paths after SVN move

Matthew Jones matthew at longsight.com
Mon Apr 14 15:03:42 PDT 2014


So the syntax for checking out an older revision from a deleted path (that
I know was working before) currently isn't working anymore.

either from command line

svn co -r 84082
https://source.sakaiproject.org/contrib/caret/hierarchy/tags/hierarchy-1.2.6

or externals

hierarchy -r 84082
https://source.sakaiproject.org/contrib/caret/hierarchy/tags/hierarchy-1.2.6

It says
svn: E160013: '/contrib/!svn/bc/86091/caret/hierarchy/tags/hierarchy-1.2.6'
path not found

Maybe this is correct, maybe not.

The fix (aside from using the new moved location) is to use the <path>@rev
syntax. But the externals format is all switched around and has to use the
1.5 format with the revision coming first. [1] It wouldn't work for me any
other way.

(As command line)
svn co
https://source.sakaiproject.org/contrib/caret/hierarchy/tags/hierarchy-1.2.6@84082

(As external)
-r84082
https://source.sakaiproject.org/contrib/caret/hierarchy/tags/hierarchy-1.2.6@84082
 hierarchy

[1] http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20140414/3d635491/attachment.html 


More information about the sakai-dev mailing list