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

Re: svnversion weirdness with svn:externals

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-24 18:56:12 CEST

Andreas Schultz <andreas.schultz@gmail.com> writes:

> After upgrading a svn server from 1.1.4 to 1.2, doing a svnversion in
> a working copy that has svn:externals, reports as mixed version based
> on the versions of the working copy and the external, e.g. 352:422M.
>
> This very same problem that had been discussed and solved almost two
> years ago here:
> http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=48985

Ah yes, that got broken when svn_wc_status got revised to
svn_wc_status2. A classic case of a fix without a regression test
failing to remain fixed.

> Any ideas how to get the old behavior back?

Tweak the svn_client_status2 call in svnversion/main.c and change the
last FALSE to TRUE. I'll work up a more complete fix that takes
advantage of svn_client_status2.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 24 18:57:12 2005

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.