Migrating our wiki to Confluence

2017-11-24 Thread Johan Corveleyn
At the hackathon we (me, Stefan Hett, Stefan Fuhrmann, Bert, Julian) discussed migrating our wiki from the current MoinMoin (wiki.apache.org/subversion) to the ASF Confluence instance (cwiki.apache.org). This has been discussed / tried before [1], but let's have another try. Motivation: * Make

Re: Migrating our wiki to Confluence

2017-11-24 Thread Branko Čibej
On 24.11.2017 12:20, Johan Corveleyn wrote: > At the hackathon we (me, Stefan Hett, Stefan Fuhrmann, Bert, Julian) > discussed migrating our wiki from the current MoinMoin > (wiki.apache.org/subversion) to the ASF Confluence instance > (cwiki.apache.org). This has been discussed / tried before [1],

Re: Migrating our wiki to Confluence

2017-11-24 Thread Stefan
On 24/11/2017 12:25, Branko Čibej wrote: > On 24.11.2017 12:20, Johan Corveleyn wrote: >> At the hackathon we (me, Stefan Hett, Stefan Fuhrmann, Bert, Julian) >> discussed migrating our wiki from the current MoinMoin >> (wiki.apache.org/subversion) to the ASF Confluence instance >> (cwiki.apache.or

Re: Augmenting the WebDAV side of Subversion with merkle hashes for directories.

2017-11-24 Thread Paul Hammant
Well the code from that blog entry works as reported for declarations but not for ones where mod_dav_svn is the handler. I recreate both of those in a single server implementation if I mount the a svn/ folder inside the canonical docroot (as is common), then play with URLs that should be rewritte

[PATCH] Hackathon project: Dumping viewspec

2017-11-24 Thread Bert Huijben
Hi, At the Aachen hackathon I promised to write some code to spit out the sparse definition of a working copy, or in other words some initial dumb viewspec output. Testing this on a test working copy with [[ $ svn switch --list \SharpSvn\trunk ]] I can now see output like [[ svn checkout

Re: [PATCH] Hackathon project: Dumping viewspec

2017-11-24 Thread Stefan Fuhrmann
Very nice, well done, sir! -- Stefan^2. On 24.11.2017 14:42, Bert Huijben wrote: Hi, At the Aachen hackathon I promised to write some code to spit out the sparse definition of a working copy, or in other words some initial dumb viewspec output. Testing this on a test working copy with

Re: Augmenting the WebDAV side of Subversion with merkle hashes for directories.

2017-11-24 Thread Paul Hammant
OK, not a straight handler, but 'ScriptAliasMatch'. Like so: ScriptAliasMatch \.foo*$ "/path/to/helloworld.py$1" I should be able to hit /a/b/d/e/f.foo in a browser and have helloworld.py execute, right? Well, it works just fine when declared at root level (not in a or directive) and for when

Re: svn commit: r1815293 - in /subversion/trunk/subversion/include: private/svn_wc_private.h svn_client.h

2017-11-24 Thread Daniel Shahaf
Good mornning Julian, julianf...@apache.org wrote on Wed, 15 Nov 2017 08:10 +: > @@ -6811,6 +6815,7 @@ svn_client_shelves_list(apr_hash_t **she > * > * @since New in 1.11. > */ > +SVN_EXPERIMENTAL The doxygen docs should indicate that the function is experimental. (I only found this rea