Branch/switch/merge question

2013-11-26 Thread Edward Ned Harvey (svn4)
I've read the visual guide, the subversion book, I've used subversion for years, but never really collaborated much with other people on actual software source code the way it's intended to be used, until recently. So it's only recently that I'm making use of branch/merge, and I'd like to get

RE: Branch/switch/merge question

2013-11-26 Thread Andrew Reedick
From: Edward Ned Harvey (svn4) [mailto:s...@nedharvey.com] Sent: Tuesday, November 26, 2013 9:13 AM To: users@subversion.apache.org Subject: Branch/switch/merge question In particular, I branch (and switch) from /trunk to /branches/eharvey.  I then make a few commits.  I switch back to

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-26 Thread Mehdi Hayani
Hello, Regarding your question, When you upgraded the server, did you also upgrade mod_dav_svn only? Or did you also upgrade httpd and/or openssl at the same time? I've asked the other team and here is their response: When you upgraded the server, did you also upgrade mod_dav_svn only? No

RE: Branch/switch/merge question

2013-11-26 Thread Edward Ned Harvey (svn4)
From: Andrew Reedick [mailto:andrew.reed...@cbeyond.net] Sent: Tuesday, November 26, 2013 9:30 AM No, but since you're the only one working on the trunk, you don't necessarily need to branch/merge. Thanks - I'm not the only person working on it. But sometimes I'll have something to

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-26 Thread Branko Čibej
On 26 Nov 2013 15:39, Mehdi Hayani hayani.mehdi...@gmail.com wrote: I've asked the other team and here is their response: When you upgraded the server, did you also upgrade mod_dav_svn only? No change has occurred on mod dav svn If this means that the Subversion libraries were upgraded, but

wc.db: corruption after move?

2013-11-26 Thread Marc Strapetz
We are encountering working copies with nodes.presence = moved and nodes.moved_to = null As far as I have been told, this has already been fixed and backported to 1.8.5. Still, for those users which already have this corruption, is there a way to recover their working copies with standard

Re: wc.db: corruption after move?

2013-11-26 Thread Philip Martin
Marc Strapetz marc.strap...@syntevo.com writes: We are encountering working copies with nodes.presence = moved and nodes.moved_to = null What does nodes.presence = moved mean? There has never been a moved presence. Do you mean rows with nodes.moved_here=1 no corresponding rows with non-null

RE: Branch/switch/merge question

2013-11-26 Thread Bob Archer
I've read the visual guide, the subversion book, I've used subversion for years, but never really collaborated much with other people on actual software source code the way it's intended to be used, until recently.  So it's only recently that I'm making use of branch/merge, and I'd like to

Re: wc.db: corruption after move?

2013-11-26 Thread Branko Čibej
On 26.11.2013 18:08, Philip Martin wrote: Marc Strapetz marc.strap...@syntevo.com writes: We are encountering working copies with nodes.presence = moved and nodes.moved_to = null What does nodes.presence = moved mean? There has never been a moved presence. Do you mean rows with

Re: wc.db: corruption after move?

2013-11-26 Thread Branko Čibej
On 26.11.2013 18:27, Branko Čibej wrote: On 26.11.2013 18:08, Philip Martin wrote: Marc Strapetz marc.strap...@syntevo.com writes: We are encountering working copies with nodes.presence = moved and nodes.moved_to = null What does nodes.presence = moved mean? There has never been a moved

Re: wc.db: corruption after move?

2013-11-26 Thread Marc Strapetz
On 26.11.2013 18:27, Branko Čibej wrote: On 26.11.2013 18:08, Philip Martin wrote: Marc Strapetz marc.strap...@syntevo.com writes: We are encountering working copies with nodes.presence = moved and nodes.moved_to = null What does nodes.presence = moved mean? There has never been a moved

'D:\Development\SVN\Releases\TortoiseSVN-1.8.2\ext\subversion\subversion\libsvn_subr\dirent_uri.c' line 1571: assertion failed (! svn_path_is_url(relative))

2013-11-26 Thread Beatty, Rachael
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please first search the mailing list

Re: wc.db: corruption after move?

2013-11-26 Thread Philip Martin
Marc Strapetz marc.strap...@syntevo.com writes: As far as I have been told, this has already been fixed and backported to 1.8.5. Still, for those users which already have this corruption, is there a way to recover their working copies with standard Subversion functionality? Could a Revert

Re: 'D:\Development\SVN\Releases\TortoiseSVN-1.8.2\ext\subversion\subversion\libsvn_subr\dirent_uri.c' line 1571: assertion failed (! svn_path_is_url(relative))

2013-11-26 Thread Bert Huijben
This error is caused by passing an url to an API where a local path was expected. Whether this is a user error that should have been properly reported by TortoiseSVN or a bug in TortoiseSVN is impossible to tell for us without you showing how you invoked the operation. Bert Sent from

Re: Experiencing issue where CPU is pinned at 100% - more info

2013-11-26 Thread Dave Kelsey
Had this been filed as a bug? From: Administrator da...@gamehouse.commailto:da...@gamehouse.com Date: Friday, November 22, 2013 at 2:29 PM To: users@subversion.apache.orgmailto:users@subversion.apache.org users@subversion.apache.orgmailto:users@subversion.apache.org Subject: Experiencing issue

RE: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-26 Thread Edward Ned Harvey (svn4)
From: Branko Čibej [mailto:br...@wandisco.com] Sent: Tuesday, November 26, 2013 11:17 AM On 26 Nov 2013 15:39, Mehdi Hayani hayani.mehdi...@gmail.com wrote: I've asked the other team and here is their response: When you upgraded the server, did you also upgrade mod_dav_svn only?

Re: Experiencing issue where CPU is pinned at 100% - more info

2013-11-26 Thread Ben Reser
On 11/22/13 2:29 PM, Dave Kelsey wrote: Software version 4.0.2-3732.117 What is this a software version of? You didn't mention what version of Apache httpd you're using. Though I'm guessing 2.4.x given the log message codes you gave below. It's possible this is

RE: Branch/switch/merge question

2013-11-26 Thread Edward Ned Harvey (svn4)
From: Bob Archer [mailto:bob.arc...@amsi.com] Are you using svn 1.8? Oh - uhm... I'm using TortoiseSVN, 1.8.2, which is built against Subversion 1.8.3. If not, are you doing reintegration merge when merging your branch back in to the trunk? I'm not familiar with those words. Maybe

Re: Apache Subversion 1.8.5 released

2013-11-26 Thread Nico Kadel-Garcia
I've gone ahead and updated, and casually tested, my published RHEL 6 compatible RPM building tools with a new 1.8.5 tag at: https://github.com/nkadel/subversion-1.8.x-srpm/tree/1.8.5-0.1 For those who work in RHEL 6 or CentOS 6 or Scientific Linux 6, it works quite well with the libserf

Re: Experiencing issue where CPU is pinned at 100% - more info

2013-11-26 Thread Dave Kelsey
Ben, Thanks for responding. I'll follow up with the debug route. I used a couple of tools to query our AD and had no trouble using the settings from the leap config. We only have 96 users. Thanks for your help. Dave Sent from my iPhone On Nov 26, 2013, at 5:52 PM, Ben Reser

Would you please send information as to what I'm s...

2013-11-26 Thread 3175178958
Would you please send information as to what I'm subscribed to

Hardware requirements for windows subversion

2013-11-26 Thread Ram
Hello, I am looking to use subversion for .Net applications. What type of hardware do I need? What version of windows server, RAM, hard disk space do I need? Thanks. -- View this message in context:

RE: Hardware requirements for windows subversion

2013-11-26 Thread Cooke, Mark
-Original Message- From: Ram [mailto:house4rent...@yahoo.com] Sent: 27 November 2013 00:33 Hello, I am looking to use subversion for .Net applications. What type of hardware do I need? What version of windows server, RAM, hard disk space do I need? Short answer: it depends.