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

Deepak Sable <[EMAIL PROTECTED]> 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-----


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to