Re: Lock icon, windows 7. Help!

2017-02-20 Thread Stefan
Hi José, On 2/20/2017 16:25, José Carlos López wrote: > > > Hola ,recientemente tengo problemas para visualizar el icono de > BLOQUEO cuando reservo unobjeto para usarlo en tortoise svn (Windows 7). > > Los iconos de commit y demás funcionan perfectamenteexcepto el de > bloqueo.Ya configure la opci

Lock icon, windows 7. Help!

2017-02-20 Thread José Carlos López
Hola ,recientemente tengo problemas para visualizar el icono de BLOQUEO cuando reservo unobjeto para usarlo en tortoise svn (Windows 7). Los iconos de commit y demás funcionan perfectamenteexcepto el de bloqueo.Ya configure la opcion del "editor de registro del sistema" (regedit.exe) pero sin éxi

Re: 1.10.0-alpha1 is up for signing

2017-02-20 Thread Stefan
On 2/16/2017 15:26, Stefan Sperling wrote: > The 1.10.1-alpha1 release is finally up for signing. > > Full committers, please get this release from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > Thank you! Trying to build this release triggers the followin

Re: svn commit: r1783790 - /subversion/site/publish/docs/release-notes/1.10.html

2017-02-20 Thread Johan Corveleyn
On Mon, Feb 20, 2017 at 8:50 PM, wrote: > Author: jcorvel > Date: Mon Feb 20 19:50:38 2017 > New Revision: 1783790 > > URL: http://svn.apache.org/viewvc?rev=1783790&view=rev > Log: > * publish/docs/release-notes/1.10.html: put "keep working copy state" as >resolution option for local change "

Re: Glob syntax for svndumpfilter exclude --pattern

2017-02-20 Thread Julian Foad
Branko Čibej wrote: On 20.02.2017 11:23, Julian Foad wrote: (I noticed a suboptimal edge case: the above example doesn't match the path '/alpha', because the implementation adds a leading slash to the specified pattern, making '/*/alpha', and then insists on matching both slashes literally.) T

Re: Glob syntax for svndumpfilter exclude --pattern

2017-02-20 Thread Branko Čibej
On 20.02.2017 11:23, Julian Foad wrote: > (I noticed a suboptimal edge case: the above example doesn't match the > path '/alpha', because the implementation adds a leading slash to the > specified pattern, making '/*/alpha', and then insists on matching > both slashes literally.) This is a bug. Ev

Re: Glob syntax for svndumpfilter exclude --pattern

2017-02-20 Thread Julian Foad
Julian Foad wrote: [[[ $ svndumpfilter --help exclude [...] --pattern : Treat the path prefixes as file glob patterns. ]]] I expanded the help a little in revision 1783741, to include what I felt are the most useful brief details: [[[ $ svndumpfilter --help exclude [...] --pattern: T

Glob syntax for svndumpfilter exclude --pattern

2017-02-20 Thread Julian Foad
The '--pattern' option to svndumpfilter exclude/include was introduced in Subversion 1.7 by http://svn.apache.org/r880381 (cc: Brane): [[[ $ svndumpfilter --help exclude [...] --pattern : Treat the path prefixes as file glob patterns. ]]] We don't say what sort of glob patterns it accepts, ev

Re: Check SHA vs Content (was: RE: svn commit: r1759233 - /subversion/trunk/subversion/libsvn_wc/questions.c)

2017-02-20 Thread Bert Huijben
This code is still in trunk without any of the discussed improvements, so this change is currently part of 1.10.0-alpha1. If we don't implement the improvements I think we should check if we want to revert to the 1.0-1.9 behavior before we really look at releasing 1.10. See discussion below