CVS Repoitory

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sang

CVS Repoitory

Post by sang » Sat May 18, 2002 12:00 am

Hi,
I am working in windows environment, how can I get latest of all the files from the CVS repository, instead of downloading one file at a time.

Thanks
Sang

Bryan

Re: CVS Repoitory

Post by Bryan » Sat May 18, 2002 1:01 pm


David Gilbert

Re: CVS Repoitory

Post by David Gilbert » Sat May 18, 2002 3:29 pm

Cygwin is another option, you can get a set of Unix command line tools on Windows. It is a free (but large if I recall correctly) download, search Google to find it.

Regards,

DG.

sang

Re: CVS Repoitory

Post by sang » Mon May 20, 2002 6:42 pm

Thanks, I installed the free version of the smartcvs but i didnot find any option where to set path to point to the JFree chart cvs server.

Thanks
Sang

Bryan

Re: CVS Repoitory

Post by Bryan » Mon May 20, 2002 11:37 pm

To setup smartcvs 2.0 beta

1. Choose Project / Repository Manager from the menu
2. Choose add from the dialog presented
3. Select "Seperate Parameters"
Connection Type : Pserver
Server Name : cvs.jfreechart.sourceforge.net
Default Port
Repository Path : /cvsroot/jfreechart
4. Choose Project / "New / Checkout" from the menu
5. For repository choose the jfreechart
6. Modules : JFreechart
7. Default for next two panes
8. Sit back and watch

Hope this helps you
Bryan

sang

Re: CVS Repoitory

Post by sang » Tue May 21, 2002 1:01 am

Thnx, the settings went fine but it is not able to authenticate the username/password. The same username/password works on the sourceforge-site. Do I need a different username for cvs access.

Thnks
Sang

Bryan

Re: CVS Repoitory

Post by Bryan » Tue May 21, 2002 6:40 am

Sang

I get a copy of the source from cvs by using anonymous as the user.

Bryan

sang

Re: CVS Repoitory

Post by sang » Sat May 25, 2002 1:32 am

I tried anonymous as user name but shows following error.

checkout -P JFreechart
cvs server: cannot find module `JFreechart' - ignored

cvs server: cannot find module `JFreechart' - ignored

Command Finished.


Thnks
Sang

David Gilbert

Re: CVS Repoitory

Post by David Gilbert » Sat May 25, 2002 6:54 am

My guess would be that 'JFreechart' should be all in lowercase.

Regards,

DG.

Locked