Setting auto properties after file(s) have been committed.

2010-01-11 Thread Jeremy Conlin
I just created some auto properties settings for my repository. I need to now apply these settings to all the files in my repository. Is there some automated way to do this or do I have to do it manually? Thanks, Jeremy

svn load command does not restore all files from dump

2010-01-14 Thread Jeremy Conlin
I am trying to move my repository from one server to another. I am doing this by dumping the repository and moving the dump file and then creating and loading a new repository on the new server. The trouble is on the new server, not all of the files are restored. The "svnadmin load Repo < dumpfil

svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
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 repositories, but one in particular isn't working. The dump f

Re: svn dump and load not preserving all files

2010-01-19 Thread Jeremy Conlin
tations as small as 4GB. Am I wrong? Thanks, Jeremy > > -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

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 svn

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, &g

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,

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.

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

Is it possible to restore respository from working copy?

2010-03-10 Thread Jeremy Conlin
Due to my idiocy, I have deleted my svn repositories. However, I do have working copies. Is it possible to restore some versioning information from my working copies to a new repository? Thanks, Jeremy

Re: Is it possible to restore respository from working copy?

2010-03-10 Thread Jeremy Conlin
On Wed, Mar 10, 2010 at 8:08 AM, Giulio Troccoli wrote: >> Due to my idiocy, I have deleted my svn repositories. >> However, I do have working copies.  Is it possible to restore >> some versioning information from my working copies to a new >> repository? > > Unfortunately I don't think so. You ca

format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
I just created a new repository, and loaded it with some initial files. However when I go to checkout from my repository I get the following: $ svn checkout svn+ssh://jlcon...@myserver.com/path/to/repos/Repo CP Password: svn: Can't open file '/path/to/repos/Repo/format': Permission denied I can

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: > The way svn+ssh works is very strange. svnserve is executed by each > user that uses the svn+ssh protocol. That means that you have to make > sure that all of these users are in the same group, and that group has > read/write permission on

Re: format: Permission denied even when read permissions are set

2010-03-11 Thread Jeremy Conlin
On Thu, Mar 11, 2010 at 10:22 AM, David Weintraub wrote: > On Thu, Mar 11, 2010 at 12:07 PM, Jeremy Conlin wrote: >> On Thu, Mar 11, 2010 at 9:27 AM, David Weintraub wrote: >> Thanks for the reminder.  Currently it is just one user (me) that is >> accessing this reposit

Expected format problem

2010-03-15 Thread Jeremy Conlin
I'll bet this is an oft asked question on this list. I'm getting the error: svn: Expected FS format '2'; found format '4' If I understand correctly, this means that my local version of svn differs from the remote version of svn. Is this right? I installed 1.6.9 today on both my local version a

Re: Expected format problem

2010-03-15 Thread Jeremy Conlin
On Mon, Mar 15, 2010 at 6:06 PM, Ryan Schmidt wrote: > On Mar 15, 2010, at 16:12, Jeremy Conlin wrote: > >> I'll bet this is an oft asked question on this list.  I'm getting the error: >> >> svn: Expected FS format '2'; found format '4' >

Re: Expected format problem

2010-03-15 Thread Jeremy Conlin
On Mon, Mar 15, 2010 at 9:12 PM, Ryan Schmidt wrote: > On Mar 15, 2010, at 22:09, Jeremy Conlin wrote: >> On Mon, Mar 15, 2010 at 6:06 PM, Ryan Schmidt wrote: >>> No, it means the version of Subversion that is directly reading the >>> repository is older than the

Re: svn+ssh: Expected FS format '2'; found format '4'

2010-04-18 Thread Jeremy Conlin
I recently had the same problem. I never quite got it figured out, but you may have more success than I did. The important emails can be found here: http://mail-archives.apache.org/mod_mbox/subversion-users/201003.mbox/%3c2588da421003151412p115d5f3fo4324170d8b553...@mail.gmail.com%3e Jeremy On

How to speed up subversion

2010-04-21 Thread Jeremy Conlin
I have a working copy/respository with many files that are several hundred MB each. Whenever I try to check the status of my working copy or do a commit, it can take a long time (~1 min) before I get a response. I don't have any externals and the number of total files in my repository is ~100. H

Re: How to speed up subversion

2010-04-21 Thread Jeremy Conlin
On Wed, Apr 21, 2010 at 9:58 AM, Les Mikesell wrote: > On 4/21/2010 10:48 AM, Jeremy Conlin wrote: >> >> I have a working copy/respository with many files that are several >> hundred MB each.  Whenever I try to check the status of my working >> copy or do a commit, it c