You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Miller, Eric" <Er...@amd.com> on 2007/09/17 17:51:25 UTC

Partial update bug - unversioned conflicts

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?

Thanks,

Eric Miller


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


Re: Partial update bug - unversioned conflicts

Posted by David Glasser <gl...@davidglasser.net>.
On 9/17/07, Miller, Eric <Er...@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@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