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

[gstein@tigris.org: svn commit: rev 1673 - trunk/tools/dev]

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-04-12 00:14:25 CEST

Karl,

That change for the avoid-backups thing is still a bit borken...

Cheers,
-g

----- Forwarded message from gstein@tigris.org -----

From: gstein@tigris.org
Subject: svn commit: rev 1673 - trunk/tools/dev
To: svn@subversion.tigris.org
Date: Thu, 11 Apr 2002 17:02:31 -0500
Reply-to: dev@subversion.tigris.org

Author: gstein
Date: 2002-04-11 22:02 GMT
New Revision: 1673

Modified:
   trunk/tools/dev/svn-dev.el
Log:
Disable the borken behavior when visiting non-SVN areas.

As the comment states, when I tried to visit an APR file (in my case,
it was ~/src/svn/apr/include/apr_file_io.h), I got a prompt about
creating a .svn area. I'm not sure how to fix that, so I'm punting
this whole thingymabob.

Modified: trunk/tools/dev/svn-dev.el
==============================================================================
--- trunk/tools/dev/svn-dev.el (original)
+++ trunk/tools/dev/svn-dev.el Thu Apr 11 17:02:30 2002
@@ -89,7 +89,9 @@
           (make-local-variable 'backup-inhibited)
           (setq backup-inhibited t)))))
 
-(add-hook 'find-file-hooks 'svn-find-file-hook)
+;; ### GJS: disabled. When visiting an APR header, this asked me about
+;; ### creating the include/.svn directory. Feh.
+;; (add-hook 'find-file-hooks 'svn-find-file-hook)
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org

----- End forwarded message -----

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 12 00:15:11 2002

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.