Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:
    Code:
    svn checkout http://xrdp.cvs.sourceforge.net xrdp
    and get:
    Code:
    svn: PROPFIND request failed on '/'
    svn: PROPFIND of '/': 302 Found (http://xrdp.cvs.sourceforge.net)
    Please help me !

    Regrades Snoop1990

  2. #2
    Just Joined!
    Join Date
    Sep 2007
    Posts
    19
    I also tried:
    Code:
    cvs -d :pserver:amonymous@xrdp.cvs.sourceforge.net: co /xrdp
    and got:
    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:'.

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...