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

RE: RE: Re: Visual Studio.Net and Subversion - Will this make it into a release?

From: Kevin Williams <kevin_w69_at_hotmail.com>
Date: 2004-03-08 17:50:13 CET

I wasn't aware that was possible. Even if it is, I wouldn't do it. Haven't
there been threads before about sharing a working copy between platforms
being a bad idea? When I work on cross-platform code stored in a svn
repository, like a Java app for example, I check out from the repository on
each platform, not copy my wc around.

Personally, I would trade the wc-copying ability for the VS.NET
compatibility. Perhaps the Subversion developers will need to decide, if
they haven't already, which compatibility is more important. Perhaps there's
a better solution. For me, the #ifdef is a 10-second fix that works for the
way I work.

>From: "Craig L. Ching" <cching@mqsoftware.com>
>To: "Kevin Williams" <kevin_w69@hotmail.com>,<users@subversion.tigris.org>
>Subject: RE: RE: Re: Visual Studio.Net and Subversion - Will this make it
>into a release?
>Date: Mon, 8 Mar 2004 10:30:40 -0600
>
> > I'm still a newbie, but does it have to be even that
> > complicated? How about:
> >
> > // svn_wc.h
> > #ifdef WIN32
> > #define SVN_WC_ADM_DIR_NAME "svn";
> > #else
> > #define SVN_WC_ADM_DIR_NAME ".svn";
> > #endif
> >
> > The folder is flagged as 'hidden' on my system by default, so
> > that should
> > meet the "hidden folder" design. If the period starting the
> > folder name is
> > the true problem, doesn't this solve it?
> >
>I think the problem people have with this is that you can't pick up the wc
>and move it somewhere else without having a modified svn program on that
>system. For example, you can't move a Windows wc to Linux.
>
>Cheers,
>Craig

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://clk.atdmt.com/AVE/go/onm00200415ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 17:50:37 2004

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

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