Re: Quick Checkout
From: Jonathan Wheelhouse <wheelhouse_at_pacific.net.au>
Date: 2004-06-10 15:13:29 CEST
Ben Collins-Sussman <sussman@collab.net> writes:
> On Wed, 2004-06-09 at 08:23, Jonathan Wheelhouse wrote:
OK, what I want to do is have a quicker version of 'rm -rf dir; svn co
Let me try to explain with an example.
Assume the following is a very large project with lots of files (it's
~/DEV/games$ svn co file:///home/jonathan/svn/jody/trunk jody2
~/DEV/games$ cd jody2
~/DEV/games/jody2$ touch a.txt
~/DEV/games/jody2$ touch b.txt
~/DEV/games/jody2$ vi configure.ac -> change something in the file
~/DEV/games/jody2$ rm -rf src -> remove a dir
~/DEV/games/jody2$ svn st -u -> shows a bunch of changes
~/DEV/games/jody2$ svn up
BUT
~/DEV/games/jody2$ svn st -u
So you see the working copy is not exactly the same as the repository;
What I wanted was to speed up the
I wondered if it would be quicker to tell Subversion to ignore
But only 'rm -rf ... svn co ...' makes an exact copy of the
Jonathan
---------------------------------------------------------------------
|
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.