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

possible bug: checkout parent dir fails on subdir if it's wc

From: Denis Pokataev <dpokataev_at_team.vega.ru>
Date: Tue, 26 Aug 2008 13:02:36 +0400

Summary:
checkout parent dir fails on subdir if it's working copy already

Steps to reproduce:
Assuming repo has
/svn/dir/
/svn/dir/file1
/svn/dir/subdir/
/svn/dir/subdir/file2

mkdir -p dir/subdir
cd dir/subdir
svn co http://svn.domain/svn/dir/subdir ./
A file2
 U .
Checked out revision 1.
cd ../
svn co http://svn.domain/svn/dir ./
A file
svn: Failed to add directory 'subdir': a versioned directory of the same
name already exists

Question:
Shouldn't it just update 'subdir' as it is working copy already?..

-- 
Denis Pokataev
(dpokataev_at_team.vega.ru)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-26 18:15:02 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.