Re: 'svn upgrade' fails with "svn: E155016: Insufficient NODES rows"

2012-04-19 Thread Johan Corveleyn
On Tue, Apr 17, 2012 at 3:15 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> Do you think it would be useful / feasible to let the 1.7-upgrade code >> cope with this specific corruption, and just silently fix it? > > If somebody can be bothered to write the code I suppose it should be > p

error configure apr-util for subversion

2012-04-19 Thread Rico Bachmann
Hi @ all I've already posted this on the buildroot mailing list... I'm trying to add apr-util to buildroot (after successfully adding apr yesterday) I have a problem while configure apr-util. First I build apr, that still works fine. But, when I try to link to the apr-1-config from apr when co

Svn17: concurrent commits in differnt parts of your WC

2012-04-19 Thread Derek Wallace
Hi, In SVN 1.6 we were able to do concurrent SVN actions in differnet areas of our WC Example - WC/data/folder1/folder11 WC/data/folder2/folder22 A user could have 2 shells open, cd to folder11 and folder22 respectively. Then at the same time run svn commands (commits, updates, switches)

Re: Svn17: concurrent commits in differnt parts of your WC

2012-04-19 Thread Ulrich Eckhardt
Am 19.04.2012 10:51, schrieb Derek Wallace: > In SVN 1.6 we were able to do concurrent SVN actions in differnet areas of > our WC SVN 1.6 also locked the parent directory, so the different areas had to be at least two dirs away from each other. > Example > - > WC/data/folder1/folder11 >

Re: Svn17: concurrent commits in differnt parts of your WC

2012-04-19 Thread Philip Martin
Derek Wallace writes: > WC/data/folder1/folder11 > WC/data/folder2/folder22 > > A user could have 2 shells open, cd to folder11 and folder22 respectively. > Then at the same time run svn commands (commits, updates, switches). > > > Now that we have upgraded to SVN 1.7 we are regularly getting sql

Planned release date for mod_dav_svn compile error fix (SVN 1.7/Apache 2.4)

2012-04-19 Thread Ralph Seichter
Hi list, in February, Mario Brandt started a thread about a compile error against Apache 2.4.x (see http://svn.haxx.se/dev/archive-2012-02/0486.shtml). subversion/mod_dav_svn/util.c: In function 'dav_svn__log_err': subversion/mod_dav_svn/util.c:630:20: error: 'dav_error' has no member named 'sav

RE: Svn17: concurrent commits in differnt parts of your WC

2012-04-19 Thread Derek Wallace
Thanks for confirming what we suspected, there is a change in SVN behaviour. Philip, I can follow some of your comments . 1. This comment in parallel but at the cost of not allowing cd A/B/X ; svn up to delete A/B/X.< whats this? 2. why does this work in svn 1.7. Will th

Sparse Checkout With Externals (1.7.6)

2012-04-19 Thread coolie
Specifiyinfg 'immediates' or 'files' does not checkout the externals for a folder with this property set. If you then do a checkout with 'infinity' you get the libs, but subsequent updates delete the lib again!. I can't seem to stop this behavior now as no matter what I do the lib always gets dele

mod_DontDoThat

2012-04-19 Thread coolie
I need to install this functionality for Apache, but I don’t have apxs and can't find a 64 bit version. Seems like I would also need Perl. Does anyone know where to obtain apxs for 64 bit Windows? Alternatively is there a Windows 64 pre-compiled version of mod_dontdothat?

Re: error configure apr-util for subversion

2012-04-19 Thread Daniel Shahaf
Rico Bachmann wrote on Thu, Apr 19, 2012 at 10:27:00 +0200: > But, when I try to link to the apr-1-config from apr when configure > apr-util, I've got this error: Build problems with apr-util belong on the @apr.apache.org mailing lists; it's a separate project. Consider narrowing down your questi

RE: error configure apr-util for subversion

2012-04-19 Thread Rico Bachmann
I've got rid of the configure error. I still have a build error, but that is another problem. The solution was to add the --with-apr to the APR_UTIL_CONF_OPT instead of APR_UTIL_CONF_ENV because it isn't an enviroment variable When I've get rid of the build-error, I'll inform the mailing list aga

XDG Base Directory Specification support?

2012-04-19 Thread Wolfram Nyaa~
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could Subversion please follow the XDG Base Directory Specification for the configuration/data directory on linux? more infos here: - - http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html - - http://www.freedesktop.org/wiki/Software

svn propget problem(?)

2012-04-19 Thread Andrea Simonini
Hello svn users, I run into the following problem(?) when trying to get revision properties on a repository with mod_dav_authz enabled. Specifically I've installed CollabNetSubversion-server-1.6.12-1 ( apache 2.2 + DAV ) on Linux REL 5.5. I've configured path based authorization with mod_svn_authz

Re: Sparse Checkout With Externals (1.7.6)

2012-04-19 Thread Johan Corveleyn
On Thu, Apr 19, 2012 at 2:42 PM, coolie wrote: > Specifiyinfg 'immediates' or 'files' does not checkout the externals > for a folder with this property set. Yes, this is a known issue: http://subversion.tigris.org/issues/show_bug.cgi?id=3311 (externals are not created unless depth=infinity) > If

Re: Svn17: concurrent commits in differnt parts of your WC

2012-04-19 Thread Philip Martin
Derek Wallace writes: > 1. This comment > in parallel but at the cost of not allowing >cd A/B/X ; svn up > to delete A/B/X.< whats this? When you run "cd A/B/X ; svn up" X will get updated to HEAD. If X is no longer present in HEAD because it has been deleted then the up

Re: Sparse Checkout With Externals (1.7.6)

2012-04-19 Thread coolie
I found out that I need to use --set-depth to make the depth stick, so solved this one. Just setting --depth is ignored on the next update. On Apr 19, 2:50 pm, Johan Corveleyn wrote: > On Thu, Apr 19, 2012 at 2:42 PM, coolie wrote: > > Specifiyinfg 'immediates' or 'files' does not checkout the e

tags folder access denied

2012-04-19 Thread coolie
I seem to have lost the tags folder in the repository. I tried to create a new tag and maybe there was some interruption to the server or something, but now the whole tags folder is gone! If I try to re-create in repo-browser or add from the disk I get access denied. Is there something I can do o

Re: tags folder access denied

2012-04-19 Thread Thorsten Schöning
Guten Tag coolie, am Donnerstag, 19. April 2012 um 17:33 schrieben Sie: > Is there something I can do on the server to either restore my tags or > remove whatever is stopping me from re-creating it? First look in the log if the tags folder really was deleted, if so, revert that revision. If it's

Re: tags folder access denied

2012-04-19 Thread coolie
I found a stray *= in the access folder - dont know how that got there doh! On Apr 19, 4:43 pm, Thorsten Schöning wrote: > Guten Tag coolie, > am Donnerstag, 19. April 2012 um 17:33 schrieben Sie: > > > Is there something I can do on the server to either restore my tags or > > remove whatever is

Re: XDG Base Directory Specification support?

2012-04-19 Thread Daniel Shahaf
For what configuration and what data? Client config? Server config? Working copies? Repositories? Wolfram Nyaa~ wrote on Thu, Apr 19, 2012 at 14:20:38 +0700: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Could Subversion please follow the XDG Base Directory Specification for > the conf

Re: XDG Base Directory Specification support?

2012-04-19 Thread Wolfram Nyaa~
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/19/2012 11:32 PM, Daniel Shahaf wrote: > For what configuration and what data? Client config? Server > config? Working copies? Repositories? Any data from ~/.subversion. Client config as far as I know. -BEGIN PGP SIGNATURE- Version: Gn

Re: XDG Base Directory Specification support?

2012-04-19 Thread Daniel Shahaf
Wolfram Nyaa~ wrote on Fri, Apr 20, 2012 at 00:32:40 +0700: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/19/2012 11:32 PM, Daniel Shahaf wrote: > > For what configuration and what data? Client config? Server > > config? Working copies? Repositories? > Any data from ~/.subversion.

Re: Planned release date for mod_dav_svn compile error fix (SVN 1.7/Apache 2.4)

2012-04-19 Thread Daniel Shahaf
We're working in this (mostly Philip). It's possible that 1.7.5 will allow compiling and running against httpd-2.4, so long as the 'event' MPM and BDB-backed repositories aren't used at the same time (see issue #4157). The underlying problem of making bdb/event act nicely is outstanding Ralph S