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

Re: Files missing after checkout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-01-09 06:22:27 CET

On Jan 8, 2005, at 11:10 PM, Jeremy Cohoe wrote:
>
> After that runs, another script is called to compress the SOURCE and
> produce an iso. Once the iso is done successfully the SOURCE directory
> is deleted (to prevent changes being made to the non-version
> controlled source). When it’s time to make changes the SOURCE will be
> checked out. The reason the .snv directories are removed is because
> they double the size of the code, doubling the size of the iso too.

First recommendation: if your goal is to create a tree with no .svn/
directories, run 'svn export' instead of 'svn checkout'. It's faster
too.

> It seems that all the “.o” files are not there.
>

Correct. *.o is one of the "default ignore patterns" that Subversion
avoids.

To change the defaults, uncomment the [miscellany] and 'global-ignores'
line in your ~/.subversion/config and change the value of that run-time
variable. Then run your import again.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 9 06:24:43 2005

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.