You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christopher Baus <ch...@yahoo.com> on 2003/10/28 08:07:27 UTC

here's a fun one...

on windows svn 32.1

rmdir /s src
svn co http://ip/svn/path/to/repo/src src
svn: Obstructed update
svn: failed to add directory 'src': object of the same
name already exists

what the?  



__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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

Re: here's a fun one...

Posted by Philippe Bernard <ph...@laposte.net>.
This works well on my win2k (svn 32.1) :

svn co file:///z:/myrep/mydir mydir
rmdir /s mydir
Are you sure ? Y
svn co file:///z:/myrep/mydir mydir

Could it be a windows trouble ?


Philippe


Christopher Baus wrote:

>on windows svn 32.1
>
>rmdir /s src
>svn co http://ip/svn/path/to/repo/src src
>svn: Obstructed update
>svn: failed to add directory 'src': object of the same
>name already exists
>
>what the?  
>
>
>
>__________________________________
>Do you Yahoo!?
>Exclusive Video Premiere - Britney Spears
>http://launch.yahoo.com/promos/britneyspears/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>  
>



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