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

Re: SVN Overwrite & .SVN size

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-11-03 17:04:20 CET

On Nov 3, 2005, at 11:36, Mr keerti nayak wrote:

> 1. The whole source tree is about 2 GB in size. But
> unfortunatly after migrating to SVN when I tried to
> checkout the code, its around 8 GB in size. Thats
> mainly due to addition of .svn directories. Can I
> avoid this?

You cannot currently avoid this. The ability to have a working copy
without .svn directories has been requested:

http://subversion.tigris.org/issues/show_bug.cgi?id=525

This was supposed to be a Google Summer of Code project this year. I
don't know if it got completed.

The ability to have the .svn directories compressed is also an
existing request:

http://subversion.tigris.org/issues/show_bug.cgi?id=908

> 2. SVN doesnt provide over-write option when we need
> to checkout. In the current scenario I have some 10%
> source's checked in and the rest are provided by a
> third party. The code that is checked is used to
> customize the third party software. Hence only the
> files that is customized is checked in the SCM system.
> It doesnt make sense to version control the third
> party software. When I checkout I need to only
> over-write the customized code i.e. checkout on an
> existing folder. How is it possible through
> Subversion?

It is useful to version third-party code, and the process of doing so
is described in the book in the section on vendor branches:

http://svnbook.red-bean.com/en/1.1/ch07s05.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 17:08:36 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.