On 5/30/06, Jorrit Tyberghein <[EMAIL PROTECTED]> wrote: > > How do I download the whole cvs/svnroot package, i.e., the rcs files? > > You can't do that with svn as far as I know. svn stores files in a > database. There are no rcs files.
If you're referring to something similar to cvs's "CVS" directories, then that's not true. There are metadata directories in a subversion checkout, named ".svn". They are normally hidden under *nix because of the "." prefix. Depending on how the tarballs are created, they should contain the .svn directories, and therefore you should be able to update it with a standard "svn update" command. Dave -- Lead Programmer G33X Nexus Entertainment http://games.g33xnexus.com/precursors/ v3sw5/7Hhw5/6ln4pr6Ock3ma7u7+8Lw3/7Tm3l6+7Gi2e4t4Mb7Hen5g8+9ORPa22s6MSr7p6 hackerkey.com _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
