You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Curley, John" <Jo...@windriver.com> on 2011/12/21 22:58:03 UTC

Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Season's greetings all!

I'm using svnsync to copy our repositories for the FIRST time to a mirror site and running out of space, somewhere.

From: RH ES 4, Update 5 32-bit server
To: CentOS Release 5.5, 64-bit server

I tried to watch the disk partitions with a df -h and the numbers never changed.

Here's the significant portions of the terminal session:

csvn@ala-svn % svnsync init http://ala-cvstst/svn/adimages http://ala-svn/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Copied properties for revision 0.
csvn@ala-svn %
csvn@ala-svn % svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Transmitting file data .
Committed revision 1.
Copied properties for revision 1.

... snip ...

Committed revision 9.
Copied properties for revision 9.
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device
csvn@ala-svn %


If I try again:

% svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn': 
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device


It is a relatively large repository (2 GB), with some larger image and video files.

Where are the temporary files (.svnsync ?) kept.

Is the error on the source server or the destination server?

Thank you,
John Curley, SCM Group, Wind River


RE: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Posted by "Curley, John" <Jo...@windriver.com>.
Setting TMPDIR worked as you stated. Thank you.

Case closed.

Happy holidays!


-----Original Message-----
From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name] 
Sent: Thursday, December 22, 2011 4:31 AM
To: Curley, John
Cc: users@subversion.apache.org
Subject: Re: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

$TMPDIR $TEMP $TMP envvars, but /tmp isn't used for building txns.


Re: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
$TMPDIR $TEMP $TMP envvars, but /tmp isn't used for building txns.

Curley, John wrote on Thu, Dec 22, 2011 at 12:17:41 +0000:
> I have more information.
> 
> The svnsync sync command is filling up the /tmp partition on the source side (building the transaction).
> 
> Is there a way to specify a different work area?
> 
> Thank you,
> John
> 
> 
> -----Original Message-----
> From: Curley, John [mailto:John.Curley@windriver.com] 
> Sent: Wednesday, December 21, 2011 2:36 PM
> To: users@subversion.apache.org
> Subject: RE: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device
> 
> I should have mentioned that I'm using Subversion 1.6.4 on the source side and Subversion 1.6.17 on the destination side.
> 
> 
> -----Original Message-----
> From: Curley, John [mailto:John.Curley@windriver.com] 
> Sent: Wednesday, December 21, 2011 1:58 PM
> To: users@subversion.apache.org
> Subject: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device
> 
> Season's greetings all!
> 
> I'm using svnsync to copy our repositories for the FIRST time to a mirror site and running out of space, somewhere.
> 
> From: RH ES 4, Update 5 32-bit server
> To: CentOS Release 5.5, 64-bit server
> 
> I tried to watch the disk partitions with a df -h and the numbers never changed.
> 
> Here's the significant portions of the terminal session:
> 
> csvn@ala-svn % svnsync init http://ala-cvstst/svn/adimages http://ala-svn/svn/adimages
> Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
> Password for 'csvn':
> Copied properties for revision 0.
> csvn@ala-svn %
> csvn@ala-svn % svnsync sync http://ala-cvstst/svn/adimages
> Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
> Password for 'csvn':
> Transmitting file data .
> Committed revision 1.
> Copied properties for revision 1.
> 
> ... snip ...
> 
> Committed revision 9.
> Copied properties for revision 9.
> Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device
> csvn@ala-svn %
> 
> 
> If I try again:
> 
> % svnsync sync http://ala-cvstst/svn/adimages
> Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
> Password for 'csvn': 
> Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device
> 
> 
> It is a relatively large repository (2 GB), with some larger image and video files.
> 
> Where are the temporary files (.svnsync ?) kept.
> 
> Is the error on the source server or the destination server?
> 
> Thank you,
> John Curley, SCM Group, Wind River
> 

RE: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Posted by "Curley, John" <Jo...@windriver.com>.
I have more information.

The svnsync sync command is filling up the /tmp partition on the source side (building the transaction).

Is there a way to specify a different work area?

Thank you,
John


-----Original Message-----
From: Curley, John [mailto:John.Curley@windriver.com] 
Sent: Wednesday, December 21, 2011 2:36 PM
To: users@subversion.apache.org
Subject: RE: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

I should have mentioned that I'm using Subversion 1.6.4 on the source side and Subversion 1.6.17 on the destination side.


-----Original Message-----
From: Curley, John [mailto:John.Curley@windriver.com] 
Sent: Wednesday, December 21, 2011 1:58 PM
To: users@subversion.apache.org
Subject: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Season's greetings all!

I'm using svnsync to copy our repositories for the FIRST time to a mirror site and running out of space, somewhere.

From: RH ES 4, Update 5 32-bit server
To: CentOS Release 5.5, 64-bit server

I tried to watch the disk partitions with a df -h and the numbers never changed.

Here's the significant portions of the terminal session:

csvn@ala-svn % svnsync init http://ala-cvstst/svn/adimages http://ala-svn/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Copied properties for revision 0.
csvn@ala-svn %
csvn@ala-svn % svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Transmitting file data .
Committed revision 1.
Copied properties for revision 1.

... snip ...

Committed revision 9.
Copied properties for revision 9.
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device
csvn@ala-svn %


If I try again:

% svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn': 
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device


It is a relatively large repository (2 GB), with some larger image and video files.

Where are the temporary files (.svnsync ?) kept.

Is the error on the source server or the destination server?

Thank you,
John Curley, SCM Group, Wind River


RE: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Posted by "Curley, John" <Jo...@windriver.com>.
I should have mentioned that I'm using Subversion 1.6.4 on the source side and Subversion 1.6.17 on the destination side.


-----Original Message-----
From: Curley, John [mailto:John.Curley@windriver.com] 
Sent: Wednesday, December 21, 2011 1:58 PM
To: users@subversion.apache.org
Subject: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

Season's greetings all!

I'm using svnsync to copy our repositories for the FIRST time to a mirror site and running out of space, somewhere.

From: RH ES 4, Update 5 32-bit server
To: CentOS Release 5.5, 64-bit server

I tried to watch the disk partitions with a df -h and the numbers never changed.

Here's the significant portions of the terminal session:

csvn@ala-svn % svnsync init http://ala-cvstst/svn/adimages http://ala-svn/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Copied properties for revision 0.
csvn@ala-svn %
csvn@ala-svn % svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn':
Transmitting file data .
Committed revision 1.
Copied properties for revision 1.

... snip ...

Committed revision 9.
Copied properties for revision 9.
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device
csvn@ala-svn %


If I try again:

% svnsync sync http://ala-cvstst/svn/adimages
Authentication realm: <http://ala-cvstst:80> Subversion AD Images repository
Password for 'csvn': 
Transmitting file data .svnsync: Error retrieving replay REPORT (28): No space left on device


It is a relatively large repository (2 GB), with some larger image and video files.

Where are the temporary files (.svnsync ?) kept.

Is the error on the source server or the destination server?

Thank you,
John Curley, SCM Group, Wind River