Revisions not in chronological order

2010-10-29 Thread Chris Evans
Hi, My repository is made up of a load of folder loaded from cvs2svn dumps. These were loaded individually and have overlapping date ranges. When doing an "svn load" it looks like SVN assigns each commit to the next revision, regardless of the date the commit occurred. As a result the rage of rev

RE: SVN Statistics

2010-12-10 Thread Chris Evans
> -Original Message- > From: Gavin Beau Baumanis [mailto:b...@palcare.com.au] > Sent: 10 December 2010 04:46 > To: Subversion Users > Subject: SVN Statistics > > Hi Everyone, > > I have been asked for some statistics about our code base and am hoping > that someone might have had a task f

dumping part of a repository with moved files

2011-03-08 Thread Chris Evans
Hi, I need to migrate a top level project, which includes files moved from another top level project, to a new repository. I've migrated part of a repository before with no issues with something like: svnadmin dump e:\foo\svn_repo | svndumpfilter include --renumber-revs --drop-empty-revs project

svndumpfilter2 or svndumpfilter3 on Windows

2011-03-11 Thread Chris Evans
Hi, Has anybody had any success using svndumpfilter2 or svndumpfilter3 on Windows. I need to create a dump along with files copied from outside the area on interest. svndumpfilter2 fails to get any file contents and svndumpfilter3 seems to create an invalid dump. Any help on this would be gre

RE: Out of memory issue with svn merging

2011-03-14 Thread Chris Evans
Without a 32bit executable being large address aware it's not going to be able to use more than around 2GB of virtual address space. Ideally you'd use a 64bit client on a 64bit OS. If that's not possible then you can maybe squeeze a bit more out of a 32bit client by forcing it to use up to 3GB.

deny/allow access to projects based on IP address?

2011-05-03 Thread Chris Evans
Hi, I'm looking to have some way of controlling access to top level projects in an HTTP served repository by IP address. The LocationMatch directive seems to do this as below, but I was wondering if there was a better way anybody has found? I'm guessing there will be some performance hit with m

svnsync path not found

2011-05-23 Thread Chris Evans
Hi, I'm having issues using svnsync between 2 HTTP repositories. All was working well, but now I get the following error when running "svnsync.exe synchronize https://server/svn/repo/"; svnsync: '/svn/repo/PROJECTTest/trunk/PROJECT/Util/Test/TestSvn/TestCommitFile/ExistingFile.txt' pa

RE: svnsync path not found

2011-05-24 Thread Chris Evans
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 23 May 2011 18:37 > > issue #3641 (to be fixed in 1.6.17) perhaps? It looks like this issue is related to moved and copied files. The file in questions hasn't been, just modified and committed. -

403 forbidden when copying path with no permissions

2011-08-25 Thread Chris Evans
I'm having issues doing an svn copy on the trunk of my project because I don't have read permissions to a directory further down the tree. My example authz: [test:/] myuser=rw [test:/proj1/trunk/dir1/dir1.2] myuser= The /proj1/trunk/dir1/dir1.2 was deleted a couple of revisions ago, so th

Restricting access to old revisions of a project?

2012-02-03 Thread Chris Evans
Hi, I've had a request to restrict access to revisions of certain SVN projects in a repository older than a set revision number. My repo is accessed via Apache HTTPS. Has anybody had any experience of this or would know where to start? I'm guessing it could be possible in the httpd config to de

RE: Restricting access to old revisions of a project?

2012-02-04 Thread Chris Evans
? > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: 03 February 2012 18:05 > To: Ryan Schmidt > Cc: Chris Evans; users@subversion.apache.org > Subject: Re: Restricting access to old revisions of a project? > > On Fri, Feb 3, 2012 at 12

RE: Commit size

2012-06-12 Thread Chris Evans
> -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: 12 June 2012 11:31 > To: Vladimir Shun'kov > Cc: users@subversion.apache.org > Subject: Re: Commit size > > On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov > wrote: > > Hello, > > > > Could you please help me w

Backwards compatible clients?

2012-08-29 Thread Chris Evans
Are you of you guys aware of any SVN clients for Windows that will support 1.7 and 1.6 working copies? I need to update a load of clients to 1.7, but have some shared working copies and it would be useful to use the same client to access both working copy formats. Thanks *bypass*