[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can I configure .svn to CVS?

From: David Kimdon <dwhedon_at_debian.org>
Date: 2003-01-06 02:05:45 CET

On Mon, Jan 06, 2003 at 01:08:33AM +0100, Dominik Westner wrote:
> Hi,
>
> can I tell subversion to use CVS as its working copy admin name instead
> of .svn?

Take a look at subversion/include/svn_wc.h :

#define SVN_WC_ADM_DIR_NAME ".svn"

It sounds like fixing that should do the trick.

> Or is ther any other way to make this work? Something like the CVS
> filewrapper stuff?

It would be a better idea to fix the Mac OS X tools. Teach them to
treat .svn dirs like CVS dirs.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 6 02:42:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.