Results 1 to 3 of 3
Hey,
the source code is located at SourceForge.net Repository - [xrdp] Index of / but I do not know how to download it.
I tried the following:
Code:
svn checkout ...
- 04-06-2008 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
download xrdp via cvs
Hey,
the source code is located at SourceForge.net Repository - [xrdp] Index of / but I do not know how to download it.
I tried the following:
and get:Code:svn checkout http://xrdp.cvs.sourceforge.net xrdp
Please help me !Code:svn: PROPFIND request failed on '/' svn: PROPFIND of '/': 302 Found (http://xrdp.cvs.sourceforge.net)
Regrades Snoop1990
- 04-06-2008 #2Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
I also tried:
and got:Code:cvs -d :pserver:amonymous@xrdp.cvs.sourceforge.net: co /xrdp
Code:cvs checkout: CVSROOT requires a path spec: cvs checkout: :(gserver|kserver|pserver):[[user][:password]@]host[:[port]]/path cvs checkout: [:(ext|server):][[user]@]host[:]/path cvs [checkout aborted]: Bad CVSROOT: `:pserver:amonymous@xrdp.cvs.sourceforge.net:'.
- 04-06-2008 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 19
stupid me ! I found the code on the xrdp web page, here is the right code :
Code:cvs -d:pserver:anonymous@xrdp.cvs.sourceforge.net:/cvsroot/xrdp checkout xrdp


Reply With Quote