info-cvs
[Top][All Lists]
Advanced

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

Re: Migrating from sourcesafe to cvs


From: Larry Jones
Subject: Re: Migrating from sourcesafe to cvs
Date: Wed, 25 Jul 2001 09:46:50 -0400 (EDT)

Patrick Decat writes:
> 
> I tried to share *files* from my 'test' module using this 'modules' file 
> definitions:
> test test
> test_share1 test/subdir1 File3
> test_share2 test/subdir2 File5
> test_share  -a test_share1 test_share2
> 
> Then, checking out this 'test_share' module results in the following:
> > cvs co test_share
> U test_share1/File3
> U test_share2/File5
> 
> The behaviour I try to meet is:
> > cvs co test_share
> U test_share/File3
> U test_share/File5

Use -d in the module definitions to put the files where you want:

        test test
        test_share1 -d test test/subdir1 File3
        test_share2 -d test test/subdir2 File5
        test_share  -a test_share1 test_share2

-Larry Jones

I kind of resent the manufacturer's implicit assumption
that this would amuse me. -- Calvin



reply via email to

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