Created
September 24, 2012 16:18
-
-
Save ianp/3776800 to your computer and use it in GitHub Desktop.
Sharing Code in BusinessWorks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /home/tibco/projects/FooProject | |
$ ls | |
.svn AESchemas defaultVars .folder vcrepo.dat | |
$ svn propset svn:externals 'LibCommon http://svnhost/projects/LibCommon/tags/1.0/LibCommon' . | |
property 'svn:externals' set on '.' | |
$ svn commit -m "Added dependency on LibCommon version 1.0" | |
... | |
$ svn up | |
Fetching external item into 'LibCommon' | |
A LibCommon/... | |
Updated external to revision 123. | |
... | |
Updated to revision 2345. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ svn propset svn:externals 'LibCommon http://svnhost/projects/LibCommon/tags/1.0/defaultVars/LibCommon' . | |
property 'svn:externals' set on '.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment