Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 2:18 PM, Mark Phippard wrote: >> Disregard this message.  I just realized that my new server only has >> svn 1.4.2 while my original was using 1.6.  I'm sure that is the >> problem.  I feel stupid that I didn't check this earlier. > > That should not be a problem in terms o

Re: svn dump and load not preserving all files

2010-01-19 Thread David Brodbeck
On Jan 19, 2010, at 12:25 PM, Thomas Loy wrote: > UNIX has actual physical limits to file size determined by the number of > bytes a 32 bit file pointer can index, about 2.4 GB. for older file systems > or runtimes. The OP said it was a Linux server, and it would have to be a *really* old ver

Re: svn dump and load not preserving all files

2010-01-19 Thread Mark Phippard
> Disregard this message.  I just realized that my new server only has > svn 1.4.2 while my original was using 1.6.  I'm sure that is the > problem.  I feel stupid that I didn't check this earlier. That should not be a problem in terms of moving a dump file between them. 1.4 might not have some f

Re: svn dump and load not preserving all files

2010-01-19 Thread Ryan Schmidt
On Jan 19, 2010, at 15:08, Jeremy Conlin wrote: > Disregard this message. I just realized that my new server only has > svn 1.4.2 while my original was using 1.6. I'm sure that is the > problem. I feel stupid that I didn't check this earlier. Either Subversion 1.4 or 1.6 can be compiled with

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 2:05 PM, Ryan Schmidt wrote: > > On Jan 19, 2010, at 14:38, Jeremy Conlin wrote: > >> On Tue, Jan 19, 2010 at 1:34 PM, Mark Phippard wrote >> >>> Basically make >>> sure you are using SVN that was compiled against httpd 2.2/apr 1.x. >> >> Yes this is most likely true.  I ha

Re: svn dump and load not preserving all files

2010-01-19 Thread Ryan Schmidt
On Jan 19, 2010, at 14:38, Jeremy Conlin wrote: > On Tue, Jan 19, 2010 at 1:34 PM, Mark Phippard wrote > >> Basically make >> sure you are using SVN that was compiled against httpd 2.2/apr 1.x. > > Yes this is most likely true. I have about 16 files that are a few > hundred MB each and were al

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:34 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:32 PM, Jeremy Conlin wrote: >> I did redirect the output to a text file.  The command never throws an >> error, but never completes either.  There should be 24 revisions in >> the repository, but when I check out fr

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:27 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:21 PM, Jeremy Conlin wrote: >> On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: >>> Which OS?  Some operating systems have file size limits of 4 GB or less. >>> >>> Cheers, >>> >>> Tom Loy >>> >> The original OS

Re: svn dump and load not preserving all files

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 3:32 PM, Jeremy Conlin wrote: > I did redirect the output to a text file.  The command never throws an > error, but never completes either.  There should be 24 revisions in > the repository, but when I check out from the new server, there is > only 1, so something isn't wor

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:05 PM, Mark Phippard wrote: > On Tue, Jan 19, 2010 at 3:03 PM, Jeremy Conlin wrote: >> I am migrating my repository to a new server.  This requires that I >> dump the original and the create a new repository on the new server >> and use the svnadmin load command to impor

Re: svn dump and load not preserving all files

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 3:21 PM, Jeremy Conlin wrote: > On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: >> Which OS?  Some operating systems have file size limits of 4 GB or less. >> >> Cheers, >> >> Tom Loy >> > The original OS was on a Mac, the new OS is some *nix server, probably > Linux.  

Re: svn dump and load not preserving all files

2010-01-19 Thread Andy Levy
On Tue, Jan 19, 2010 at 15:21, Jeremy Conlin wrote: > On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: >> Which OS?  Some operating systems have file size limits of 4 GB or less. >> >> Cheers, >> >> Tom Loy >> > The original OS was on a Mac, the new OS is some *nix server, probably > Linux.  I

RE: svn dump and load not preserving all files

2010-01-19 Thread Thomas Loy
Loy -Original Message- From: Jeremy Conlin [mailto:jlcon...@gmail.com] Sent: Tuesday, January 19, 2010 3:22 PM To: Thomas Loy Cc: users@subversion.apache.org Subject: Re: svn dump and load not preserving all files On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: > Which OS?  S

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
On Tue, Jan 19, 2010 at 1:05 PM, Thomas Loy wrote: > Which OS?  Some operating systems have file size limits of 4 GB or less. > > Cheers, > > Tom Loy > The original OS was on a Mac, the new OS is some *nix server, probably Linux. I don't believe either of these have limitations as small as 4GB.

Re: svn dump and load not preserving all files

2010-01-19 Thread Mark Phippard
On Tue, Jan 19, 2010 at 3:03 PM, Jeremy Conlin wrote: > I am migrating my repository to a new server.  This requires that I > dump the original and the create a new repository on the new server > and use the svnadmin load command to import everything.  I have been > able to do this for a few of my

RE: svn dump and load not preserving all files

2010-01-19 Thread Thomas Loy
Which OS? Some operating systems have file size limits of 4 GB or less. Cheers, Tom Loy -Original Message- From: Jeremy Conlin [mailto:jlcon...@gmail.com] Sent: Tuesday, January 19, 2010 3:03 PM To: users@subversion.apache.org Subject: svn dump and load not preserving all files I am