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

Re: Creating SVN repository for source code ...

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2007-03-30 08:06:49 CEST

Swati Kulkarni wrote:
>
>> I want to create a repository which will contain Source Code of our
>> project.
>> Subversion produces an image of the whole repository whenever any
>> change
>> is made to the repository. (Unlike VSS which keeps version
>> information per
>> file basis).
>
> What do you mean "Subversion produces an image of the whole repository"?
>
> I mean it creates Revision which reflects state of the filesystem tree at
> that time.

The repository only appears to have a complete new copy after any
change. It really only stores the differences. And in the typical
case where you check out a copy, then update to pick up the changes
committed from a different working copy, only the differences are
transferred.

-- 
   Les Mikesell
     lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 30 08:07:18 2007

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.