Can I set the external property on a repository from svn?
From: Tom Malia <tommalia_at_ttdsinc.com>
Date: 2007-03-08 16:29:54 CET
I'm trying to create batch scripts that will build new repositories for my
For example, let's assume that I already have several repositories for some
File:///c:/scc/Vendors/Solomon/Versions/55
And
File:///c:/scc/InternalLibs/SchemaManager/Version/2
Now, I want to be able to easily build new repositories for new development
Svnadmin create c:\scc\TTDSProjects\MyNewProject
svn mkdir file:///c:/scc/test01/MyNewProject/Trunk -mInitializtion
svn mkdir file:///c:/scc/test01/MyNewProject/Branches -mInitializtion
svn mkdir file:///c:/scc/test01/MyNewProject/Tags -mInitializtion
svn propset svn:external Solomon File:///c:/scc/Vendors/Solomon/Versions/55
svn propset svn:external TTDS_LIBS_SchemaManager
How can I do this? It's the external property setting that is giving me
Thanks in advance,
Tom Malia
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.