Re: restored deleted data on subversion

2010-11-15 Thread Arpad Ilia
On 11/08/2010 10:35 PM, Campbell Allan wrote: On Monday 08 Nov 2010, wrodrigues201 wrote: Hello, Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB of data and one user has accidentally deleted a directory of 1 TB. I have done a svn export from the previous

Problem with diff after merging

2010-11-15 Thread Jahn Otto Andersen
I am using a code review tool called ReviewBoard to do code reviews. This tool uses svn diff to report the changes between BASE and work area. I'm having problems when working in a branch and then merging into trunk. This problem seems to be caused by the diff generated by svn diff. What I

SVN Migration from VSS

2010-11-15 Thread Neson Maxmelbin (RBEI/EMT5)
Hello , I did a migrate of a project from VSS to SVN using the migrate.pl from http://neilsleightholm.blogspot.com/2007/08/migrating-from-visual-source-safe-to.html . Migration was ok . But I cant see the VSS labels been migrated? Is there a way to migrate the VSS labels also to some form in

Re: SVN Migration from VSS

2010-11-15 Thread Ulrich Eckhardt
On Monday 15 November 2010, Neson Maxmelbin (RBEI/EMT5) wrote: I did a migrate of a project from VSS to SVN using the migrate.pl from http://neilsleightholm.blogspot.com/2007/08/migrating-from-visual-source-sa fe-to.html . Migration was ok . But I cant see the VSS labels been migrated? Is

Re: SVN Migration from VSS

2010-11-15 Thread David Weintraub
On Mon, Nov 15, 2010 at 7:28 AM, Neson Maxmelbin (RBEI/EMT5) maxmelbin.ne...@in.bosch.com wrote: I did a migrate of a project from VSS to SVN using the migrate.pl from http://neilsleightholm.blogspot.com/2007/08/migrating-from-visual-source-safe-to.html . Migration was ok . But I cant see

SVN group authentication to AD

2010-11-15 Thread Dale Bohl
Hello, I've been banging my head on this one for 2 days now. I've googled this issue but it appears not many admins are using this and/or it could possibly be a bug in the apache module. Config -- Red Hat Enterprise Linux Server release 5.5 (Tikanga) Server version:

Re: Merging case-only renames to branch

2010-11-15 Thread David Weintraub
On Sun, Nov 14, 2010 at 7:12 PM, Daniel Becroft djcbecr...@gmail.com wrote: Hi, We've recently had to rename a couple of files on trunk by case only (e.g. FOO.C to foo.c), which we did via a URL-only rename. This worked perfectly. We then encountered a strange error when attempting to merge

RE: SVN group authentication to AD

2010-11-15 Thread Feldhacker, Chris
dpb is a member of IT-InfrastructureTeam-SystemAdministrator-R and IT-InfrastructureTeam-SystemAdministrator-R is a member of SVN-Puppet-ReadWrite-P AD group Nested AD groups aren't supported -- not many products do. Typically, support for nested AD groups requires that the client

RE: SVN group authentication to AD

2010-11-15 Thread Feldhacker, Chris
Sorry -- disregard my post. I overlooked the Auth_PAMEnabled line and assumed you were using the standard LDAP authz Apache modules, which don't support nested groups. However, while you're waiting for someone with more PAM knowledge to reply, I would wonder if perhaps the cause could be

RE: Subversion vs multicore processors

2010-11-15 Thread Edward Ned Harvey
From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Saturday, November 13, 2010 4:38 PM On Sat, Nov 13, 2010 at 12:23 AM, Edward Ned Harvey s...@nedharvey.com wrote: From: Nico Kadel-Garcia [mailto:nka...@gmail.com] RHEL 5 still directly only provides Subversion 1.4.2. EPEL will

Re: svnserve : anonymous access not working on SASL

2010-11-15 Thread Daniel Shahaf
Gingko wrote on Sat, Nov 13, 2010 at 21:18:14 +0100: - Original Message - From: Daniel Shahaf d...@daniel.shahaf.name To: Gingko from_tig...@nospam.homelinux.org Cc: Subversion User List users@subversion.apache.org Sent: Wednesday, November 10, 2010 10:45 PM Subject: Re: svnserve :

Re: Merging case-only renames to branch

2010-11-15 Thread Daniel Shahaf
Can you try with a newer 1.7 build? Re FOO-foo or foo-FOO, I suspect it's because we iterate some hash table's keys (so the order of iteration is unpredictable). Daniel (it's actually a thread for dev@) Daniel Becroft wrote on Mon, Nov 15, 2010 at 10:12:39 +1000: Hi, We've recently had to

Re: Subversion vs multicore processors

2010-11-15 Thread Les Mikesell
On 11/15/2010 9:17 AM, Edward Ned Harvey wrote: On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source. Here is my build script: Great: now reliably provide HTTP/HTTPS access for offsite repository use, configure mod_dav_svn for local HTTP and HTTPS server usage, utilities

Re: Problem with diff after merging

2010-11-15 Thread Daniel Shahaf
Doesn't 'svn diff' say something to the effect of A file with this name was added? There is also: % $svn h diff | grep add --show-copies-as-adds [--sca] : don't diff copied or moved files with their source ... but I think it's only in 1.7. Jahn Otto Andersen wrote on Mon, Nov 15, 2010 at

Re: SVN group authentication to AD

2010-11-15 Thread Daniel Shahaf
Might be better to ask this on the *...@httpd.apache.org lists? Dale Bohl wrote on Mon, Nov 15, 2010 at 07:39:59 -0600: Hello, I've been banging my head on this one for 2 days now. I've googled this issue but it appears not many admins are using this and/or it could possibly

RE: Subversion vs multicore processors

2010-11-15 Thread Edward Ned Harvey
From: Les Mikesell [mailto:lesmikes...@gmail.com] On 11/15/2010 9:17 AM, Edward Ned Harvey wrote: On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source. Here is my build script: Has someone had specific problems with the rpmforge rpms? I've been using them on centos5

Re: Subversion vs multicore processors

2010-11-15 Thread Les Mikesell
On 11/15/2010 10:27 AM, Edward Ned Harvey wrote: From: Les Mikesell [mailto:lesmikes...@gmail.com] On 11/15/2010 9:17 AM, Edward Ned Harvey wrote: On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source. Here is my build script: Has someone had specific problems with the

Migration from QVCS to Subversion

2010-11-15 Thread Flavien
Hi, I'm looking for a way to convert our QVCS repository to Subversion while keeping the history, commit messages and all. The only thread I found on the subject dates back to 2004, and has seen no answer : http://svn.haxx.se/users/archive-2004-10/1104.shtml Hopefully the situation has

Re: Migration from QVCS to Subversion

2010-11-15 Thread David Weintraub
On Mon, Nov 15, 2010 at 12:19 PM, Flavien flavien-...@lebarbe.net wrote: Hi, I'm looking for a way to convert our QVCS repository to Subversion while keeping the history, commit messages and all. The only thread I found on the subject dates back to 2004, and has seen no answer :

Re: Merging case-only renames to branch

2010-11-15 Thread Daniel Becroft
On Mon, Nov 15, 2010 at 11:44 PM, David Weintraub qazw...@gmail.comwrote: On Sun, Nov 14, 2010 at 7:12 PM, Daniel Becroft djcbecr...@gmail.com wrote: Hi, We've recently had to rename a couple of files on trunk by case only (e.g. FOO.C to foo.c), which we did via a URL-only rename.

Re: Merging case-only renames to branch

2010-11-15 Thread Erik Huelsmann
On Mon, Nov 15, 2010 at 10:07 PM, Daniel Becroft djcbecr...@gmail.com wrote: On Mon, Nov 15, 2010 at 11:44 PM, David Weintraub qazw...@gmail.com wrote: On Sun, Nov 14, 2010 at 7:12 PM, Daniel Becroft djcbecr...@gmail.com wrote: Hi, We've recently had to rename a couple of files on trunk

reverting to a older revision in svn

2010-11-15 Thread Tom Cruickshank
Hey Guys, I'm trying to figure out how to revert a file committed into svn to an older revision. Let's say I have a file called /customers/index.php currently at revision 150, and would like to go back to revision 100. it's the only file I would like to revert. What arguments might I need

Getting mod_dav_svn binary

2010-11-15 Thread Ravi Rajamiyer
Hello, I am setting up a new SVN repo for my project with Apache server. I would like to get a precompiled version of the 'mod_dav_svn.so' file for subversion version 1.6.13 and for Fedora Linux core 14. Is there a resource where I can download the '.so' file from? Thanks Ravi

Re: Subversion vs multicore processors

2010-11-15 Thread Nico Kadel-Garcia
On Mon, Nov 15, 2010 at 11:27 AM, Edward Ned Harvey s...@nedharvey.com wrote: From: Les Mikesell [mailto:lesmikes...@gmail.com] On 11/15/2010 9:17 AM, Edward Ned Harvey wrote: On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source. Here is my build script: Has someone

Re: Subversion vs multicore processors

2010-11-15 Thread Nico Kadel-Garcia
On Mon, Nov 15, 2010 at 10:17 AM, Edward Ned Harvey s...@nedharvey.com wrote: (b) other than building from source, there's no better way that I know to get the latest svn 1.6 in rhel4 / rhel5.  AKA, there are no rpm's available that I know of, which I trust more than building from source as

Re: Getting mod_dav_svn binary

2010-11-15 Thread Andy Levy
On Mon, Nov 15, 2010 at 17:08, Ravi Rajamiyer ravirajami...@yahoo.com wrote: Hello, I am setting up a new SVN repo for my project with Apache server. I would like to get a precompiled version of the 'mod_dav_svn.so' file for subversion version 1.6.13 and for Fedora Linux core 14. Is there

RE: reverting to a older revision in svn

2010-11-15 Thread Edward Ned Harvey
From: Tom Cruickshank [mailto:tcruic...@gmail.com] Hey Guys,      I'm trying to figure out how to revert a file committed into svn to an older revision. Let's say I have a file called /customers/index.php currently at revision 150, and would like to go back to revision 100. it's the

RE: Subversion vs multicore processors

2010-11-15 Thread Edward Ned Harvey
From: Les Mikesell [mailto:lesmikes...@gmail.com] On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source. Here is my build script: Has someone had specific problems with the rpmforge rpms? I've been using them on centos5 without any trouble, Neither rpmforge, nor

Re: Subversion vs multicore processors

2010-11-15 Thread Les Mikesell
On 11/15/10 8:23 PM, Edward Ned Harvey wrote: Has someone had specific problems with the rpmforge rpms? I've been using them on centos5 without any trouble, Neither rpmforge, nor epel has subversion= 1.5 for rhel4. Umm, OK - we're way off topic now but I'd ask the same question about

URL-only renames adds svn:mergeinfo property

2010-11-15 Thread Daniel Becroft
Hi, I've just found (another) issue with using URL-only renames. If one of the parent directories has svn:mergeinfo recorded on it, then renaming a file via a URL results in the new file containing a full copy of what was on the trunk (but cut down to the individual file). Please see the

RE: SVN Migration from VSS

2010-11-15 Thread Cooke, Mark
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: 15 November 2010 13:36 To: Neson Maxmelbin (RBEI/EMT5) Cc: users@subversion.apache.org Subject: Re: SVN Migration from VSS On Mon, Nov 15, 2010 at 7:28 AM, Neson Maxmelbin (RBEI/EMT5)