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

Re: Rolling Back Changes

From: Chris Parker <chris_at_playswithfire.com>
Date: 2003-11-17 01:30:42 CET

On Mon, Nov 17, 2003 at 01:00:19AM +0100, Lele Gaifax wrote:
> Yes, in ancient NeXT days, there was something like that (was it
> CVSPalette?), an IB extension that, using pre/post write hooks in IB
> copied .svn/ from the .nib~ folder to the new .nib/... I remember also
> a "dirty" hack on CVS modules functionality, called "wrappers", that
> in my opinion would be the right way of dealing with the problem.

No.

I can't repeat that enough times. Fitz and a few others are probably
wondering just -when- I'm going to read this email and refer you to:

  http://subversion.tigris.org/issues/show_bug.cgi?id=707

Which would be the Right Way to handle this kind of situation, and get
everyone completely away from the wrapper idea. People who helped
implement the wrapper idea think it's a bad idea. The synchronization
issue alone of implementing the wrapper gives most CVS admins fits,
and for good reason.

Note that (unfortunately) IB in Panther has the ability to listen for
a default for this kind of thing:

  'defaults write com.apple.InterfaceBuilder VersionControlDirectory
"(CVS, .svn)"'

will allow you to preserve your version control admin directories of
choice. You'll still have to manually 'svn add' or 'svn remove' if you
put things -in- nibs but IB can at least preserve the directories,
limiting the requirement for wrappers use.

.chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 17 01:31:26 2003

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.