[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Checking out only a subdirectory of a project?

From: Tom Malia <tommalia_at_ttdsinc.com>
Date: 2007-03-09 16:48:05 CET

Please note, the list server appears to have stripped some of the carriage
returns from my last email. Let me see if I can get that batch script to
come through correctly here:

:CREATE_SCC_DIR
if exist scc goto CREATE_VENDOR_DIR

md scc

:CREATE_VENDOR_DIR

if exist scc\Vendors goto CREATE_SOLOMON_REPO

md scc\vendors

:CREATE_SOLOMON_REPO

cd scc\vendors

svnadmin create Solomon

copy c:\svnsolomontemplate\svnserve.conf solomon\conf

copy c:\svnsolomontemplate \passwd Solomon\conf

:CREATE_TEMPLET_WD

md c:\temp\SVN_SOLOMON_TEMPLET

cd \temp\SVN_SOLOMON_TEMPLET

svn co svn://localhost/scc/vendors/Solomon

cd \temp\SVN_SOLOMON_TEMPLET\Solomon

svn mkdir versions

svn mkdir versions\55_sp4

svn mkdir versions\55_sp4\Solomon

svn mkdir versions\60_sp2

svn mkdir versions\60_sp2\Solomon

svn mkdir versions\65_sp1

svn mkdir versions\65_sp1\Solomon

svn commit -m"initialization"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 9 16:47:50 2007

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.