- SVN Properties
- SVN Externals (svn:externals)
svn propset svn:externals <local dir> <repository>
To get the property. Go the directory containing externals
svn propget svn:externals
To update the property. Make sure the SVN_EDITOR environment variable is set to a valid editor ( for e.g export SVN_EDITOR=vi). Go the directory containing externals and type the following.
svn propedit svn:externals .
The editor will open where you can modify the external symbols.
Use svn update to get the updated version and then svn commit to commit the changes.
No comments:
Post a Comment