info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Getting only directory not files


From: Jacob Weber
Subject: RE: Getting only directory not files
Date: Fri, 21 Oct 2005 15:08:52 -0400

Sorry; I was doing 'update', not 'co'.
Jacob
-----Original Message-----
From: Jacob Weber [mailto:address@hidden
Sent: Friday, October 21, 2005 2:53 PM
To: Russ Sherk; address@hidden
Subject: RE: Getting only directory not files

That dosn't seem to work. If I don't have basedir or directory1, it tells me:
    cvs [update aborted]: no such directory `basedir'
Jacob
 
-----Original Message-----
From: address@hidden [mailto:address@hiddenOn Behalf Of Russ Sherk
Sent: Friday, October 21, 2005 2:21 PM
To: Ben Hagenberger
Cc: address@hidden
Subject: Re: Getting only directory not files

Another idea is to apply a tag only to the files you want in the migration package and do a cvs co -rMIG_TAG modulename.  This will only pull down the tagged files (unless you use -f; f=force head revision if tag does not exist on file)

E.g.
cvs rtag -r <rev/tag> MIG_TAG modulename\basedir\directory1\file1
cvs rtag -r <rev/tag> MIG_TAG modulename\basedir\directory2\file2
cvs co -r MIG_REV modulename\basedir\directory1 modulename\basedir\directory2

reply via email to

[Prev in Thread] Current Thread [Next in Thread]