[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: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-30 01:25:51 CEST

On Mar 29, 2007, at 07:46, 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 have two doubts..
>
> 1) If at all I need to check the previous version of a particular
> file
> then how will
> I locate it? As its not necessary that , that file was edited and
> commited
> to the previous Revision .
> Is there a way to locate file's previous version's Revision Number?

Use svn log on the file. That will show ou all changes (and all
revision numbers) of just that file.

> 2) Also, there would be file commits to the repository on daily
> basis by
> our developers. Source code is huge containing so many files with 40
> developers in team.
> Each and every commit would give birth to a new Revision. So ,
> there would
> be so many Revision files.
> I wanted to ask if there are any limitations on number of
> Revisions an SVN
> repository can keep?

I don't think there are any limits you need to worry about. See for
example the Apache group's repository, which has over 500,000
revisions already.

http://svn.apache.org/viewvc/httpd/

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 30 01:26:20 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.