From: Andrew T. <ajt...@hi...> - 2006-04-28 03:46:52
|
You can just use the command line SVN to get and do anything you want, like CVS. A quick synopsis of SVN: checkout: :~/ $> svn co http://path_to_project/trunk local_dir update :~/project $> svn up commit :~/project $> svn commit file_to_commit etc. most of the commands are *very* similar or the same (for the command name, flags differ) to CVS. Here is a free book on Subversion: http://svnbook.red-bean.com/ Andrew On 4/27/06, Miles Beck <mil...@gm...> wrote: > Maybe svn will be a little friendlier than cvs. Is there anything I > need to set up other than have svn installed to get the latest files? > > What command would I use to grab the files from the repository? > > I'm impatient and want to check out the new changes, :) > > -Miles > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |