[cvsnt] CVS Nt and Ant

Bo Berglund Bo.Berglund at system3r.se
Tue Sep 24 12:27:48 BST 2002


In what way does not work?
Cannot commit?
Cannot tag?
Cannot check out?
Or what????

Please describe your problem a bit clearer including what versions of
CVS server and client you are using.

/Bo

-----Original Message-----
From: Laurent Michenaud [mailto:lmichenaud at adeuza.fr]
Sent: den 24 september 2002 11:49
To: cvsnt at cvsnt.org
Subject: [cvsnt] CVS Nt and Ant


Hi,

I've got a build.xml ( For Ant ) that works under linux but which doesnot works under windows.
My cvs server is running on a linux box and the client is CVS For NT on a windows machine.

Here the part of the build.xml :

<cvspass 
    	cvsroot="${cvs.server}"
    	password="${cvs.password}"
    	passfile="${ws}/cvspassword"
 />
<cvs 
	cvsRoot="${cvs.server}"
	command="-q export -r ${cvs.tag} ${cvs.module}"
	passfile="${ws}/cvspassword"
	dest="${ws}"
  />

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]

_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt




More information about the cvsnt mailing list