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

Re: Partial update bug - unversioned conflicts

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-09-17 20:04:09 CEST

On 9/17/07, Miller, Eric <Eric.Miller@amd.com> wrote:
> Hi gang -
>
> Another issue with partial working copies. Status doesn't report
> conflicts on unversioned data:
>
> #Working copy setup:
> mkdir -p adir/dir1
> mkdir -p adir/dir2
> svn add adir
> svn ci -m '' adir
>
> #Create a partial working copy:
> rm -rf adir
> svn up -N adir
> svn up adir/dir1
>
> #Create and check for conflict:
> mkdir adir/dir2
> svn st -u
> ? dir2
>
> Status should be reporting a conflict here.
>
> Can someone tell me if this has already been fixed (but perhaps not
> released?) If so do you think it could be backported to 1.4?

One of the major features of the upcoming 1.5 release is a complete
rewrite of the non-recursive functionality (which never worked
incredibly well). Can you check to see if your issue still occurs
there?

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 17 20:04:24 2007

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.