Hi,
I have finally sucessfully set up the cvs using Pserver but how do I use
SSH instead of regular login?
Some problems I have with my Pserver:
It seems not able to accept any options for any commands. For example if
I type "cvs -d pserver:eric@cvs_server:/usr/local/cvsroot release -d
module", cvs just prints me its list of CVS commands:
" CVS commands are:
add Add a new file/directory to the repository
admin Administration front end for rcs
annotate Show last revision where each line was modified
checkout Checkout sources for editing
commit Check files into the repository
diff Run diffs between revisions
edit Get ready to edit a watched file
........................
........................
release Indicate that a Module is no longer in use
remove Remove an entry from the repository
rtag Add a symbolic tag to a module
status Display status information on checked out files
tag Add a symbolic tag to checked out version of files
unedit Undo an edit command
update Bring work tree in sync with repository
watch Set watches
watchers See who is watching a file
(Use the --help-synonyms option for a list of alternate command names) "
If I type "cvs -d pserver:eric@cvs_server:/usr/local/cvsroot release
module", without the "-d" option, the release operation works fine.
Why does CVS not accept any options when I'm using Pserver?
Eric