Posterous

various ramblings

-- justin kelly

  • Blog
  • Home
  • Contact me
« Back to posts
  • Viewed
    times

Filed under

  • svn
March 30, 2010

using svn:externals with svn propset

  • Edit
  • Delete
  • Tags
  • Autopost
if you can't use svn propedit (ie. your using bespin) you can use svn propset 

svn propset svn:externals 'Zend http://framework.zend.com/svn/framework/standard/tags/release-1.10.0/library/Zend/' library

the above make the folder 'Zend' within the folder 'library' reference the zend svn repo

note: refer this post for info on svn:extermals with svn propedit http://blog.justin.kelly.org.au/svnexternals