> I have recently had no problem using a linux
> command line to 'checkout' from different cvs
servers, its seems that
> win cvs 'likes' only one repository and I get the
following message
>
Not true, cvs uses the CVSROOT it is told. It can be told in
different
ways:
From the metadata in the CVS/Root file if used within a
sandbox
On the command line using cvs -d <CVSROOT>
<cvscommand>
Via the environment variable CVSROOT
Note that the first option overrides all other, so if you
are located
inside a checked out sandbox when you issue the cvs command
then
it will use that sandbox' metadata.
>
> cvs -z9 -w -x -d
> :sserver:user IPA.DD.RES.S:/repsoitorysymboliclink login
> Logging in to :sserver:user IPA.DD.RES.S:/repsoitorysymboliclink
> cvs [login aborted]: SERVERNAME2\Administrator: no
such domain
>
> ***** CVS exited normally with code 1 *****
What do you mean by /repsoitorysymboliclink??
What should be here is the *published* repositry name served
out by
the cvs server you are connecting to.
> I also had the W2K server point to the cvs repository
folder so that I
> could 'see' the changes after committing the files.
Which means what? Do you mean that you are looking at the
*repository*
via a network file share from somewhere? Not recommended!
>
> Another thing the DNS resolver is not set on this w2k
machine (in case
> you ask its not mine I am doing this to help a friend
in need)
>
> I also get this error
>
> cvs -z9 -w -x -d :sserver:user IPA.DD.RES.S;port=2401;/repository
> checkout -S -t -D "1998-3-24 20:55" -r
1.001 --
> C:\cvsroot\repository\Graphic_Calendar_Oracle\
>
> *********Error connecting to host
IPA.DD.RES.S;port=2401;: No
> such host
> is known.*******************
If you are unable to execute the following command
successfully you
cannot expect cvs to work either:
ping IPA.DD.RES.S
In such case you have to find out the IP address of that
server and add
it to your C:\Windows\system32\drivers\etc\HOSTS file
After that I suspect the connection problem goes away.
>
> cvs -z9 -w -x -d :pserver:SERVERNAME2 IPA.DD.RESS.S/repository login
> Logging in to :pserver:SERVERNAME2 IPA.DD.RES.S:2401:/repository
> cvs [login aborted]: authorization failed: server
> IPA.DD.RES.SS rejected
> access to /repository for user SERVERNAME2
>
> ***** CVS exited normally with code 1 *****
Did you really set up a pserver user by the name
SERVERNAME2???
Both pserver and sserver protocols require previous setup of
the cvs
users on the server and if you haven't done so you can't
use these
protocols.
>
> when asking for info which does not require write
permissions only
> read/list permissions this is what I get
>
> cvs -z9 -w -x info
>
> ***** CVS exited normally with code 0 *****
>
> cvs -z9 -w -x info pserver
>
> ***** CVS exited normally with code 0 *****
Info is supposed to get you data from the server, but you
have not
specified the server to use....
>
> Any help will be greatly appreciated. BTW once the
code/programme has
> been completed how do I 'put' it to the 'live
server' using winCVS? Is
WinCvs is not a CVS server nor is it a CVS client. It is
only a *front
end*
to a cvsnt client. As such it has little to do with
mirroring the module
to a public server.
> there an elipses button or combination that I use to
publish to
> another server, in this case a 'live' poduction box
(also win2k)
> without a cvs server or client installed?
The normal way in such cases is to connect to the webserver
with FTP and
then transfer the files you need to the proper places on the
server.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.y
ahoo.com/group/cvsgui/
<*> To unsubscribe from this group, send an email to:
cvsgui-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|