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

svn diff URL URL weirdness

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-17 04:30:47 CET

Just for kicks, try comparing the HEAD of two branches:

 svn diff http://svn.collab.net/repos/svn/trunk/subversion/mod_dav_svn \
  http://svn.collab.net/repos/svn/branches/autoversion/subversion/mod_dav_svn

Only one file should differ between these branches, yet I see the
output below. Is this a bug?

Index: mod_dav_svn.c
===================================================================
Index: merge.c
===================================================================
Index: deadprops.c
===================================================================
Index: log.c
===================================================================
Index: update.c
===================================================================
Index: liveprops.c
===================================================================
Index: mod_dav_svn.dsp
===================================================================
Index: dav_svn.h
===================================================================
Index: version.c
===================================================================
--- version.c (revision 3812)
+++ version.c (revision 3812)
@@ -116,6 +116,12 @@
   if (resource->baselined && resource->type == DAV_RESOURCE_TYPE_VERSION)
     return DAV_AUTO_VERSION_ALWAYS;
 
+ /* ### We also want to allow TYPE_REGULAR VCR's to be
+ auto-versionable. But we can't start returning ALWAYS here until
+ we implement new routines below. In particular, mod_dav starts
+ trying to call our version_control() routine, which doesn't yet
+ exist, and then the whole request throws an error. */
+
[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 17 04:32:55 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.