[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 17:30:19 CET

I'M SUCH AN IDIOT!

After carefully reading my own create scripts and revieweing the actual
directory names....it was all just typos and thing on my part!

VERY sorry for bugging everyone.

-----Original Message-----
From: Tom Malia [mailto:tommalia@ttdsinc.com]
Sent: Friday, March 09, 2007 10:48 AM
To: 'Tom Malia'; 'Andy Levy'
Cc: users@subversion.tigris.org
Subject: RE: Checking out only a subdirectory of a project?

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 9 17:30:00 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.