RE: [m2] CVSNT problem

2005-11-13 Thread Michael McCrann
Hi, Is it possible to manipulate variables to create other ones? For example, For the release:prepare goal I would like my tag to be based on the current version. So, if my current version is: 1.6-SNAPSHOT I would like the release tag to be rel_1_6 (CVS doesn't like '.' in tag names) I

Re: [m2] CVSNT problem

2005-10-31 Thread Emmanuel Venisse
yes, cvsnt store password in windows registry, and we can't modify it with java, so you always need to run a cvs login before using scm plugin. Emmanuel Nitko2 a écrit : Michael and Emmanuel, thank you for your answers. I spent few hours playing with this and here are my conclusions: 1. scen

Re: [m2] CVSNT problem

2005-10-31 Thread Nitko2
Michael and Emmanuel, thank you for your answers. I spent few hours playing with this and here are my conclusions: 1. scenario cvsnt repository name: E:/CVS/common * cvs -d:pserver:[EMAIL PROTECTED]:E:/CVS/common login - this creates new registry string value in HKEY_C

Re: [m2] CVSNT problem

2005-10-28 Thread Michael Böckling
Hi Nitko, I had a similar problem using CVSNT client and a Linux CVS server. Try these steps: 1. Update client and server CVS binaries to the latest version (there used to be some incompatibilities between Win / Linux versions) 2. Look if the .cvspass repository entries really match the repos

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
can you send us the logs? Nitko2 a écrit : Yes, 'pserver' is not recognized as an internal or external command,operable program or batch file. Emmanuel Venisse wrote: Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possibl

Re: [m2] CVSNT problem

2005-10-28 Thread Nitko2
Yes, 'pserver' is not recognized as an internal or external command,operable program or batch file. Emmanuel Venisse wrote: Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server.

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server. Emmanuel Venisse wrote: I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionU

Re: [m2] CVSNT problem

2005-10-28 Thread Nitko2
No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server. Emmanuel Venisse wrote: I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE and mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:/cvs/common|MODULE Emmanuel Nitko2 a