Unable to enlist CVS repository

Avatar

totmacher

about 1 year ago

Hi there,

I'm trying to add a new sourcforge CVS repository to my project "PowerFolder".

I always get: "The cvs server did not respond to an 'ls' command. Are the URL and module name correct?"

Sourc URL: pserver:anonymous:@powerfolder-.cvs.sourceforge.net:/cvsroot/powerfolder- Module name: PowerFolder

What can I do?

Best regards, Christian


Avatar

Robin Luckey

about 1 year ago

Hi Christian,

I suspect you are simply missing the : prefix on the CVS URL.

pserver:anonymous:@powerfolder-.cvs.sourceforge.net:/cvsroot/powerfolder- PowerFolder

does not work but

:pserver:anonymous:@powerfolder-.cvs.sourceforge.net:/cvsroot/powerfolder- PowerFolder

appears to be OK.


Avatar

totmacher

about 1 year ago

Nope, still the same error message. Maybe the '-' characters confuse ohloh?


Avatar

Robin Luckey

about 1 year ago

Hmmm, very odd.

It works from my development machine, which is running MacOS X.

From our servers, which run Ubuntu, it does indeed appear that the '-' character is causing some kind of problem. No amount of escaping or quoting makes it go away.

We need this command to pass:

$ cvsnt -d ':pserver:anonymous:@powerfolder-.cvs.sourceforge.net:/cvsroot/powerfolder-' ls PowerFolder
Error connecting to host powerfolder-.cvs.sourceforge.net: Unknown error

I'll keep experimenting and see if I can find a way to get the URL through.

Anyone have any clues?

Thanks, Robin


Avatar

totmacher

about 1 year ago

Thanks for your help. I'm now totally stuck ;/