info-cvs
[Top][All Lists]
Advanced

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

Re: cvs export not working


From: Mark D. Baushke
Subject: Re: cvs export not working
Date: Wed, 31 Dec 2003 04:50:41 -0800

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Deepak Sable <address@hidden> writes:

> I have a folder called testing in e drive inside temp
> 
> e:\temp\testing 
> 
> I also have my CVS set up at 
> 
> e:\cvs\repository 
> 
> 
> and inside that i have a project called testing as 
> 
> 
> e:\cvs\repository\testing
> 
> Now when i want to export  data from 
> 
> e:\cvs\repository\testing
> 
>     to 
> 
> e:\temp\testing 
> 
> using  export command on dos prompt as 
> 
> c:\cvs export  -D 11/02/03 -d e:\temp testing
> 
> 
>  it gives me an error as below 
> 
> 
> cvs export: No CVSROOT specified!  Please use the `-d' option
> cvs [export aborted]: or set the CVSROOT environment variable.
> 
> I have even used the -d option in the above command then also it gives
> me the error ..
> 
> Thanks in advance

The -d option to specify the CVSROOT comes before the export command.

Something like the following:

   cd e:\temp
   c:\cvs -d :local:e:/cvs/repository export -D 2003-11-02 testing

should do what you want. Read

    http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_2.html#SEC9

for more details.

        Enjoy!
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/8sYh3x41pRYZE/gRAj2WAKDOBlhvT5i2e4vACS+j5KPWSkSEbACfZDiM
SlvHnWkYfuI6Go/FkBNl4mA=
=uFby
-----END PGP SIGNATURE-----




reply via email to

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