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

Partial update bug - unversioned conflicts

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: 2007-09-17 19:51:25 CEST

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
Received on Mon Sep 17 19:55:31 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.