Re: svnadmin verify 1.8.5 errors on old repositories

2014-01-10 Thread kmradke
I've observed 3 instances of similar errors when using the 1.8.5 svnadmin verify on 3 different old repositories. (the hundreds of other repos on this server verified in 1.8.5 without problems.) svnadmin: E160004: r97's root node's predecessor is r90 but should be r96 svnadmin:

Re: Receiving an error via an SVN repository

2014-01-10 Thread Ronda Sinclair
Ben Reser ben at reser.org writes: On 1/9/14, 2:11 PM, Sinclair, Ronda D. wrote: We are running Tortoise SVN on a Windows 7 machine – and had some network issues were connectivity to our share where the repository was stored was up and down. We’ve had the user copy the files locally

ignore property not ignoring...

2014-01-10 Thread Edward Ned Harvey (svn4)
Can someone please explain this to me? I would expect bin and obj not to show up in the svn status command, because of the svn:global-ignores property. I am aware that there exists such a thing as svn:ignore, and I notice that svn:global-ignores is not the same thing... But (a) the

Re: ignore property not ignoring...

2014-01-10 Thread Dave Huang
On Jan 10, 2014, at 16:17, Edward Ned Harvey (svn4) s...@nedharvey.com wrote: Can someone please explain this to me? I would expect bin and obj not to show up in the svn status command, because of the svn:global-ignores property. The mac client is 1.7, and the windows client is 1.8 if

RE: ignore property not ignoring...

2014-01-10 Thread Edward Ned Harvey (svn4)
From: Dave Huang [mailto:k...@azeotrope.org] It does; svn:global-ignores is new to SVN 1.8. http://subversion.apache.org/docs/release-notes/1.8.html#repos-dictated- config That's just about the last thing I expected, but it makes perfect sense now. Thanks. If you upgrade the Mac

RE: ignore property not ignoring...

2014-01-10 Thread Edward Ned Harvey (svn4)
From: Edward Ned Harvey (svn4) [mailto:s...@nedharvey.com] But no problem. I can workaround by setting svn:ignore instead. Uggh. I *thought* this would be easy. Even though I have svn:ignore set on some directories, TortoiseSVN 1.8 and cygwin svn 1.8 fail to ignore the stuff specified.

Re: ignore property not ignoring...

2014-01-10 Thread Eric Johnson
On 1/10/14, 2:29 PM, Edward Ned Harvey (svn4) wrote: Easier said than done. svn ships with XCode, distributed in the App Store, which I have the latest installed today... But no problem. I can workaround by setting svn:ignore instead. I install Subversion on the Mac via MacPorts, which has

RE: ignore property not ignoring...

2014-01-10 Thread Edward Ned Harvey (svn4)
From: Edward Ned Harvey (svn4) [mailto:s...@nedharvey.com] So I have to just duplicate the svn:ignore and svn:global-ignores properties everywhere that anything needs to be ignored. Sorry, clarification: In tortoise, I check the properties of some directory, and it shows svn:ignore bin obj

Re: ignore property not ignoring...

2014-01-10 Thread Branko Čibej
On 11.01.2014 00:17, Edward Ned Harvey (svn4) wrote: From: Edward Ned Harvey (svn4) [mailto:s...@nedharvey.com] So I have to just duplicate the svn:ignore and svn:global-ignores properties everywhere that anything needs to be ignored. Sorry, clarification: In tortoise, I check the

Re: ignore property not ignoring...

2014-01-10 Thread Edwin Castro
On 1/10/14, 2:29 PM, Edward Ned Harvey (svn4) wrote: If you upgrade the Mac client to 1.8.x, it should honor svn:global-ignores. Easier said than done. svn ships with XCode, distributed in the App Store, which I have the latest installed today... But no problem. I can workaround by

Re: ignore property not ignoring...

2014-01-10 Thread Ryan Schmidt
On Jan 10, 2014, at 17:53, Edwin Castro wrote: On 1/10/14, 2:29 PM, Edward Ned Harvey (svn4) wrote: If you upgrade the Mac client to 1.8.x, it should honor svn:global-ignores. Easier said than done. svn ships with XCode, distributed in the App Store, which I have the latest installed