Bug#347456: subversion: svn doesn't like it if folders already exist

2006-01-12 Thread Peter Samuelson
[Thorsten Gunkel] > No, I can live with that. If I want to overwrite that files anyway I > can delete them manually if svn complains. > > So in short the solution to my problem is > http://subversion.tigris.org/faq.html#in-place-import>? That's it, yeah. > > There have been some requests for up

Bug#347456: subversion: svn doesn't like it if folders already exist

2006-01-12 Thread Thorsten Gunkel
On [Thu, 12.01.2006 01:18], Peter Samuelson wrote: > [Thorsten Gunkel] > > However when I want to do a checkout on another machine svn will complain > > because etc already exists: > > > > # svn update > > svn: Working copy 'etc' is missing or not locked > ># cd /etc ># svn checkout htt

Bug#347456: subversion: svn doesn't like it if folders already exist

2006-01-11 Thread Peter Samuelson
[Thorsten Gunkel] > However when I want to do a checkout on another machine svn will complain > because etc already exists: > > # svn update > svn: Working copy 'etc' is missing or not locked # cd /etc # svn checkout http://your.server/your/etc . This will store the files directly in /e

Bug#347456: subversion: svn doesn't like it if folders already exist

2006-01-10 Thread Thorsten Gunkel
Package: subversion Version: 1.1.4-2 Severity: wishlist Hi, I (mis-)use subversion to store some parts of my filesystem. e.g. # svn add --non-recursive /etc/ # svn add /etc/fstab to add (only) /etc/fstab but not for example /etc/passwd However when I want to do a checkout on another machine sv