You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Hojin Choi <py...@users.kldp.net> on 2004/05/07 02:01:45 UTC

Large strings, problems has not been occurred, but worried.

I have converted my cvs repository to svn like this environment.
I wonder if this is off topic, but I can't find any clear words.

* CVS ROOT : Total size: 1.4 GB
* SVN ROOT : Total size: 4.7 GB
* SVN Revision: 10795

Most of all repos/db/strings file is the largest file.

-rw-rw-r--  1 pynoos  users  1706426368 May  7 10:27 strings

1 GB!..

What is the suggestion for avoing file corruption or differention backup
repository easily ?
I have just one repository containing 19 sub-modules (from cvs root).
Shall I split my projects into each own repositories?


---------------------------------------------------------------------------
Name : Choi Hojin <pynoos -a-t- ahnlab.com>
Organization: AhnLab, Network Unit
Home Page : http://hojin.bogmjari.net/
PGP Public Key: http://pynoos.x-y.net/hojin.asc
---------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Large strings, problems has not been occurred, but worried.

Posted by Branko Čibej <br...@xbc.nu>.
Hojin Choi wrote:

>Yes, I haven't clean up logfiles...
>
>Is the db/log* files are useless after successful commit?
>Can I delete it without backing up?
>  
>
Use "svndamin list-unused-dblogs" to get a list of log files that you 
can safely remove.

>Although the log files are able to be deleted easily, the large
>strings files are thought to be dangerous.
>  
>
Why? What platform are you using?

>Is there any recommends to avoid such a large file?
>  
>
The only way is to split your repository into smaller pieces. But 
Berkeley DB can handle very large repositories easily, so this shouldn't 
be a problem.

You can make incremental backups with "svnadmin dump --incremental", and 
hot backups with "svnadmin hotcopy". Or use "svnadmin hotcopy 
--clean-logs" to create a backup of the repository and remove unused log 
files at the same time.

-- Brane



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Large strings, problems has not been occurred, but worried.

Posted by Hojin Choi <py...@users.kldp.net>.
Yes, I haven't clean up logfiles...

Is the db/log* files are useless after successful commit?
Can I delete it without backing up?

Although the log files are able to be deleted easily, the large
strings files are thought to be dangerous.
Is there any recommends to avoid such a large file?

----- Original Message ----- 
From: "Ben Collins-Sussman" <su...@collab.net>
To: "Hojin Choi" <py...@users.kldp.net>
Cc: <us...@subversion.tigris.org>
Sent: Saturday, May 08, 2004 1:07 AM
Subject: Re: Large strings, problems has not been occurred, but worried.


> On Thu, 2004-05-06 at 21:01, Hojin Choi wrote:
> > I have converted my cvs repository to svn like this environment.
> > I wonder if this is off topic, but I can't find any clear words.
> > 
> > * CVS ROOT : Total size: 1.4 GB
> > * SVN ROOT : Total size: 4.7 GB
> > * SVN Revision: 10795
> > 
> > Most of all repos/db/strings file is the largest file.
> > 
> > -rw-rw-r--  1 pynoos  users  1706426368 May  7 10:27 strings
> 
> Why is your SVN repository 4.7 GB?  The strings table is 1.7 GB, but
> where's the other 3 GB?  Do you have a bunch of logfiles lying around
> that you haven't cleaned up?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Large strings, problems has not been occurred, but worried.

Posted by Ben Collins-Sussman <su...@collab.net>.
On Thu, 2004-05-06 at 21:01, Hojin Choi wrote:
> I have converted my cvs repository to svn like this environment.
> I wonder if this is off topic, but I can't find any clear words.
> 
> * CVS ROOT : Total size: 1.4 GB
> * SVN ROOT : Total size: 4.7 GB
> * SVN Revision: 10795
> 
> Most of all repos/db/strings file is the largest file.
> 
> -rw-rw-r--  1 pynoos  users  1706426368 May  7 10:27 strings

Why is your SVN repository 4.7 GB?  The strings table is 1.7 GB, but
where's the other 3 GB?  Do you have a bunch of logfiles lying around
that you haven't cleaned up?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org