Forums Sign Up Reply Search Statistics
CVS or SVN for Dreamweaver GraFX Software Solutions - Forum / CVS or SVN for Dreamweaver /

Problems with minus in directory names?

 
Author Anonymous
Guest
#1 Posted: 12 Mar 2004 13:47:17
Reply 
Hi

Could it be that minus in directory names cause problems? I got Eclipse perfectly to work with "d:\cvs-repository" on CVS-NT but your plugin seems to parse wrong connections strings...?
Author software
Admin
#2 Posted: 12 Mar 2004 14:07:20
Reply 
Can you give us a little more details??
Author Anonymous
Guest
#3 Posted: 12 Mar 2004 15:50:35
Reply 
Well,

here is a dump from the log:

cmd sent:
cvs -d :pserver:cvs:cvs@localhost:2401:d:\cvs-repository/ checkout -d "D:\sandbox\SIS" "SIS" >C:\temp/out.txt 2>C:\temp/err.txt

server's out:
cvs checkout: CVSROOT (":pserver:cvs:cvs@localhost:2401:d:\cvs-repository/")
cvs checkout: may only specify a positive, non-zero, integer port (not "2401:d:\cvs-repository").
cvs checkout: perhaps you entered a relative pathname?
cvs [checkout aborted]: Bad CVSROOT.

Like I said, Eclipse works fine with the settings. By the way, CVSROOT is not the / but the /CVSROOT/ directory. Maybe the tool uses wrong settings by default?
Author software
Admin
#4 Posted: 12 Mar 2004 18:21:56
Reply 
Yes, is more clear.

2 things you can try on settings.

1. on repository path add an ending slah
d:\cvs-repository\

2. We observed that on some pservers if password is set then you get this message from the server. Try to not define password and see if work.

Hope this help.
Author Anonymous
Guest
#5 Posted: 16 Jun 2004 19:35:45
Reply 
(":pserver:cvs:cvs@localhost:2401:d:\cvs-repository/")

You have toput
":pserver:cvs:cvs@localhost:2401
\d:/cvs-repository/"
Author software
Admin
#6 Posted: 17 Jun 2004 06:32:26
Reply 
Thank you ...
Author Anonymous
Guest
#7 Posted: 1 Jul 2005 15:46:07
Reply 
this work: ":pserver:cvs:cvs@localhost:2401:/d//cvs-repository"
Author software
Admin
#8 Posted: 1 Jul 2005 20:16:04
Reply 
Nice, this will help others as well I think.
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.