| View previous topic :: View next topic |
| Author |
Message |
andylippitt Site Admin
Joined: 02 Jan 2006 Posts: 155 Location: Denver, CO
|
Posted: Mon Jan 09, 2006 11:25 pm Post subject: CVS Tree is up |
|
|
I've finally won my battles with CVSNT and it's up and running with anonymous read only access.
You can use the following CVSRoot string to connect
| Code: |
:pserver:anonymous@openservo.com:/OpenServo
|
The module name to checkout is OpenServo.
In theory it works with any CVS client, but all that has been tested is CVSNT 2.6.01.2105 client along with WinCVS.
CVSNT can be found here
http://www.cvsnt.org/wiki/Download
WinCVS from
http://www.wincvs.org/
Web access to the code has also been set up at http://openservo.com/viewcvs/viewcvs.cgi/OpenServo
Please let me know about not only failure but also success accessing the CVS root. |
|
| Back to top |
|
 |
dsg123456789
Joined: 03 Jan 2006 Posts: 21
|
Posted: Mon Jan 09, 2006 11:40 pm Post subject: |
|
|
| I had success viewing the code through the web. But, for people like me, you need to click the ""download"" link to get to the source--otherwise you will just see comments on the currently viewed file. |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Tue Jan 10, 2006 1:53 am Post subject: |
|
|
Andy, thank you so much for putting this together. It will be a terrific resource for the OpenServo project.
David, to view the source file directly from the within browser without downloading, click on the version number (i.e. 1.2) to the right of the file name. ViewCVS takes a little getting used to.
-Mike |
|
| Back to top |
|
 |
stefanengelke
Joined: 03 Jan 2006 Posts: 59 Location: Stuttgart, Germany
|
Posted: Sat Jan 28, 2006 12:58 am Post subject: |
|
|
I first had some problems connecting to the cvs-server with WinCVS. Using this CVSRoot string has solved the problem:
| Code: | | :pserver;username=anonymous;password=;hostname=www.openservo.com;port=2401:/OpenServo |
Probably it's the same, but with this string it works.
Stefan |
|
| Back to top |
|
 |
mpthompson
Joined: 02 Jan 2006 Posts: 650 Location: San Carlos, CA
|
Posted: Tue Feb 07, 2006 6:03 am Post subject: |
|
|
To help people with accessing the OpenServo CVS repository I created some notes at the following link:
http://www.openservo.com/moin.cgi/WinCVSNotes
Hopefully this will help those of you who are new to CVS. You really don't want to pull down individual files from the CVS web interface.
Please let me know if there are any corrections or suggestions for these notes.
-Mike |
|
| Back to top |
|
 |
|