Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
F-8 again and won't > load the version. > > -- > Srdan Dukic > > On 30 October 2012 17:04, Daniel Shahaf wrote: > > > Srdan Dukic wrote on Tue, Oct 30, 2012 at 16:58:01 +1300: > > > Checked it by examining the contents of the dump file (cat [dumpfile]). > >

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
encoding of the properties. > > -- > Srdan Dukic > > On 30 October 2012 16:51, Daniel Shahaf wrote: > > > Srdan Dukic wrote on Tue, Oct 30, 2012 at 16:45:36 +1300: > > > Thanks for that. Using svnadmin "dump" and then "load" worked. > > >

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
Srdan Dukic wrote on Tue, Oct 30, 2012 at 16:45:36 +1300: > Thanks for that. Using svnadmin "dump" and then "load" worked. > > I didn't even have to pass the "--bypass-prop-validation" option to the > load command, as it seems the non-UTF8 symbols were converted to a "?" by > the dump command. Ho

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
Srdan Dukic wrote on Tue, Oct 30, 2012 at 15:20:24 +1300: > Hi, > > I'm trying to setup an subversion replication between two servers (both > running version 1.6.11). When I try to replicate the data, I get the > following error in the logs: ... > But still no luck. Can anyone tell me how to modif

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
Srdan Dukic wrote on Tue, Oct 30, 2012 at 15:20:24 +1300: > But still no luck. Can anyone tell me how to modify the "svn:log" property > on the file itself, as opposed to the revision property? Has anyone seen > this issue before? > You need to use some tool that modifies history. (Which tool?

Re: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Daniel Shahaf
Mark Raymond wrote on Sat, Oct 20, 2012 at 21:48:11 +0100: > - C:\sasl\sasldb was created on an Ubuntu system using: > saslpasswd2 -c -f ~/sasldb -u madanra mark > when ~/sasldb did not exist before running the command, and then ~/sasldb > was copied across to the Windows system (as I didn't have a

Re: Problems configuring svnserve on Windows using SASL

2012-10-22 Thread Daniel Shahaf
Thorsten Schöning wrote on Sat, Oct 20, 2012 at 23:54:13 +0200: > Guten Tag Mark Raymond, > am Samstag, 20. Oktober 2012 um 22:48 schrieben Sie: > > > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos

Re: Advice on migration from 32 bit platform to 64 bit

2012-10-22 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Oct 22, 2012 at 11:40:02 +0200: > On Mon, Oct 22, 2012 at 09:20:21AM +0200, Thorsten Schöning wrote: > > Guten Tag Daniel Shahaf, > > am Sonntag, 21. Oktober 2012 um 23:49 schrieben Sie: > > > > > As of 1.7, all FSFS on-disk format

Re: Advice on migration from 32 bit platform to 64 bit

2012-10-21 Thread Daniel Shahaf
On Sun, Oct 21, 2012 at 10:58:18PM +0200, Daniel Shahaf wrote: > Thorsten Sch?ning wrote on Sun, Oct 21, 2012 at 10:35:53 +0200: > > Guten Tag Ravi Roy, > > am Sonntag, 21. Oktober 2012 um 10:11 schrieben Sie: > > > > >>> It depends on the Subversion repo

Re: Advice on migration from 32 bit platform to 64 bit

2012-10-21 Thread Daniel Shahaf
On Sun, Oct 21, 2012 at 11:29:09PM +0200, Thorsten Sch?ning wrote: > Guten Tag Daniel Shahaf, > am Sonntag, 21. Oktober 2012 um 22:58 schrieben Sie: > > > (Now, as it happens, between 1.6 and 1.7 in FSFS they didn't. But they > > did in 1.5, 1.6, and 1.8.) > > An

Re: Advice on migration from 32 bit platform to 64 bit

2012-10-21 Thread Daniel Shahaf
Thorsten Schöning wrote on Sun, Oct 21, 2012 at 10:35:53 +0200: > Guten Tag Ravi Roy, > am Sonntag, 21. Oktober 2012 um 10:11 schrieben Sie: > > >>> It depends on the Subversion repository backend. > > My repository backend is FSFS. > > So, do you mean I can go ahead safely without worring anyth

Re: accesing repository from another computer

2012-10-16 Thread Daniel Shahaf
Please do not CC individual persons on your questions; address them to the list only. Carmit Shiran wrote on Tue, Oct 16, 2012 at 09:32:57 +0200: > Hi there, > I installed the TortoiseSVN locally on my computer. > Now I want to access files in my repository from a different computer. > How can I d

Re: How to merge a rename of a folder

2012-10-10 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Oct 10, 2012 at 22:14:49 +0200: > On Tue, Oct 09, 2012 at 09:10:41PM +0200, Martin Bischoff wrote: > > Instead of merging revision N and resolving the conflicts, would a > > record-only merge of revision N give the same result? > > Yes, except that record-only merges

Re: problem with dialog box uisng Tortoisesvn

2012-10-10 Thread Daniel Shahaf
a > different computer? > I installed the TortoiseSVN locally on my computer. > Thanks > > > > On at, Sep 15, 2012 at 12:23 AM, Daniel Shahaf wrote: > > > Carmit Shiran wrote on Wed, Sep 12, 2012 at 13:12:52 +0200: > > > If you look at my example I sent in

Re: Help needed: 'History scheduled with commit'

2012-10-09 Thread Daniel Shahaf
That's 1.7, isn't it? Have you tried just committing? If you commit using the cmdline client you'll get a second list of files in the editor window, and even if you don't you can always revert the commit (via reverse merge) or test by committing the merge to a newly-created temporary branch. Dav

Re: Wrong last changed rev after "svn cp"

2012-10-08 Thread Daniel Shahaf
Johan Corveleyn wrote on Mon, Oct 08, 2012 at 00:02:57 +0200: > On Sun, Sep 30, 2012 at 4:31 PM, Daniel Shahaf > wrote: > > BTW, see http://subversion.apache.org/faq#version-value-in-source > > > > Johan - perhaps mention the "wrapper around 'svn ci'"

Re: High availability

2012-10-04 Thread Daniel Shahaf
ullrich.j...@elektrobit.com wrote on Thu, Oct 04, 2012 at 07:19:10 +: > Does anyone here know how other large/high profile sites (e.g. the Apache > foundation) are ensuring availability? I couldn't find any hints at the > website... https://www.apache.org/dev/machines We use raidz2 plus dua

Re: How to tell if I am using HTTPv2?

2012-10-02 Thread Daniel Shahaf
If it ever issues a POST request, then it's HTTPv2. (In 1.7 HTTPv2 uses POSTs for commit, only.) There are other ways to tell (without needing to commit), but I don't know them off the top of my head. Maybe notes/http-and-webdav/ (in trunk) has the information? Q. Chap wrote on Mon, Sep 24, 201

Re: Wrong last changed rev after "svn cp"

2012-09-30 Thread Daniel Shahaf
BTW, see http://subversion.apache.org/faq#version-value-in-source Johan - perhaps mention the "wrapper around 'svn ci'" approach there? Johan Corveleyn wrote on Wed, Sep 26, 2012 at 22:19:02 +0200: > [ Please do not top-post on this list, try to put your reply inline or > at the bottom. More belo

Re: Wrong last changed rev after "svn cp"

2012-09-30 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Sep 26, 2012 at 22:19:02 +0200: > [ Please do not top-post on this list, try to put your reply inline or > at the bottom. More below. > > On Wed, Sep 26, 2012 at 6:34 PM, Volker Daum wrote: > > Original-Nachricht > >> Datum: Wed, 26 Sep 2012 17:31:0

Re: svndumpfilter and empty revisions

2012-09-30 Thread Daniel Shahaf
012 at 09:58:53 -0400: > On Fri, Sep 14, 2012 at 6:49 PM, Daniel Shahaf > wrote: > > > Can you post the actual parts of the dumpfile for those empty revisions? > > (between successive "Revision-number: " lines) > > > > > Sure. Posted below are a cou

Re: Malformed Network Data Error accessing svnserve on OS X Server 10.8

2012-09-14 Thread Daniel Shahaf
If you telnet or netcat to the host on port 3690, what do you get? The expected answer is, "The same output I get when I run 'svnserve -i' on the server". Larry Goldman wrote on Tue, Sep 11, 2012 at 16:46:29 -0700: > I'm attempting to get svnserve running on OS X Server 10.8. > > I have successf

Re: svndumpfilter and empty revisions

2012-09-14 Thread Daniel Shahaf
Can you post the actual parts of the dumpfile for those empty revisions? (between successive "Revision-number: " lines) David Newman wrote on Wed, Sep 12, 2012 at 12:02:29 -0400: > Hi there, > I have received a subversion dump file that contains about 12000 empty > revisions. There's only one sub

Re: Limit general read-operations to svn-repo

2012-09-14 Thread Daniel Shahaf
Stefan Bauer wrote on Thu, Sep 13, 2012 at 10:20:06 +0200: > Dear Users, > > We're having around 40 repositories. > > I'm trying to limit write access to a specific group per repository > and all read access to a group. How can i achieve this? > > I was able to limit the write operations with: >

Re: AuthzSVNAccessFile and [alias]

2012-09-14 Thread Daniel Shahaf
To clarify, you want the left-hand side of an alias line to be the full DN, right? How is this going to work? Does our ini parser allow the LHS to contain embedded '=' sign? https://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_subr/config_file.c http://docs.python.org/library/con

Re: problem with dialog box uisng Tortoisesvn

2012-09-14 Thread Daniel Shahaf
Carmit Shiran wrote on Wed, Sep 12, 2012 at 13:12:52 +0200: > If you look at my example I sent in the previous email, you can see I > filled in the argument= $target_path : > my $target_path = "file:///C:/svn_repos3/trunk/Widget3" > But I'm looking for a way to fill it automatically with the "curre

Re: Problem with merging

2012-09-14 Thread Daniel Shahaf
John Maher wrote on Thu, Sep 13, 2012 at 10:26:39 -0400: > Yes that is what I did. Now that I know that causes problems with the > subversion mailing list I won't do it again. > For completeness... http://subversion.apache.org/docs/community-guide/mailing-lists#fresh-post

Re: REGRESSION in 1.7.6: * move mod_dontdothat to install-tools (r1307177)

2012-09-14 Thread Daniel Shahaf
Did you search the lists archives? It's been reported and a fix is nominated for backport to 1.7.7 in the STATUS file. Lev Serebryakov wrote on Fri, Sep 14, 2012 at 15:33:15 +0400: > Hello, Users. > > Now tools could not be built and installed without installed apache, > even if mod_dav_svn is

Re: Pipe symbol causing checksum error

2012-09-07 Thread Daniel Shahaf
Can you copy and paste your error message to the list please? (set 'LC_ALL=C' in your environment to get it in English, if needed) Do you use FSFS or BDB? Does 'svnadmin verify' find any errors? (it might be interesting to try 'svnadmin verify' with a 1.7 client, though I think some changes hav

Re: vendor branch merge: how to highlight patches for review?

2012-08-30 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Aug 29, 2012 at 22:36:18 +0200: > On Wed, Aug 29, 2012 at 02:08:31PM -0400, Q. Chap wrote: > > Interesting. Thank you. > > > > Couple of questions: > > > > 1. "--summarize" complains that it can only work on URL-URL diffs.  Is > > there a work around? > > No. > >

Re: Pristiine copy not present

2012-08-29 Thread Daniel Shahaf
Simon Heffer wrote on Wed, Aug 29, 2012 at 10:17:42 +: > > Hi, > So some small progress made by using yet another fresh checkout. > Now I'm getting: > > svn: E20: Commit succeeded, but other errors follow: > svn: E720005: Error bumping revisions post-commit (details follow): > svn: E72000

Re: svn 1.7 client issues error on update of single file externals

2012-08-28 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Aug 28, 2012 at 11:56:44 +0200: > On Tue, Aug 28, 2012 at 8:17 AM, Boe, Aasmund wrote: > > Bump. Has anyone observed the below issue, where subversion 1.7.x client > > issues an error when using 'svn update' on folders containing single file > > svn:externals? Note

Re: Coding system for output of "svn cat"

2012-08-27 Thread Daniel Shahaf
Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: > Hi list! > > I couldn't find any information about this in the Subversion book or the > built-in documentation. > > What is the EOL encoding of text files spit out by the svn cat command? > Does it depend on the svn:eol-style property?

Re: Coding system for output of "svn cat"

2012-08-27 Thread Daniel Shahaf
Andre Colomb wrote on Mon, Aug 27, 2012 at 14:26:17 +0200: > Hi list! > > I couldn't find any information about this in the Subversion book or the > built-in documentation. > > What is the EOL encoding of text files spit out by the svn cat command? > Does it depend on the svn:eol-style property?

Re: Undocumented: ssl-pkcs11-provider - What is a «Security Provider»?

2012-08-25 Thread Daniel Shahaf
+= dev@, please drop users@ from replies Marc Wäckerlin wrote on Wed, Aug 22, 2012 at 09:27:14 +0200: > Hi > > I got a proprietary PKCS#11 library (for Post SuisseID smartcard) in > /usr/lib/libcvP11.so. > > There is a configuration option «ssl-pkcs11-provider» in > ~/.subversion/servers. > >

Re: Pristiine copy not present

2012-08-24 Thread Daniel Shahaf
Simon Heffer wrote on Fri, Aug 24, 2012 at 15:55:29 +: > > We seem to have a deadlock of some kind... > At the end of a system build we commit our built components to a binary > repository... > > svn cleanup --username x --password x > Last I checked, 'cleanup' does not access the

Re: svndumpfilter --targets file requires leading slash

2012-08-21 Thread Daniel Shahaf
Galen Seitz wrote on Tue, Aug 21, 2012 at 13:05:29 -0700: > [leading slash is required with --targets but not with argv arguments] 'svndumpfilter --targets foo' should be equivalent to 'xargs svndumpfilter < foo' (assuming no funny whitespace in the file). If one of them cares about leading slas

Re: svnsync fails on a 'pull' operation

2012-08-21 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Aug 21, 2012 at 12:01:28 +0100: > You copy and paste the error message into the email for us. I meant to say: "You forgot to copy"

Re: svnsync fails on a 'pull' operation

2012-08-21 Thread Daniel Shahaf
You copy and paste the error message into the email for us.

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-19 Thread Daniel Shahaf
Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > ---o--- > STATEMENT 3: > ---o--- > Assume I didn't know about sparse checkouts (or about the --depth > flag) and assume I had created my working copy by creating all the > intermediary directories using "mkdir" as follows > > $ mkdi

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-19 Thread Daniel Shahaf
Robert Whitaker wrote on Fri, Aug 17, 2012 at 08:45:32 -0700: > - Original Message - > > From: Daniel Shahaf > > Sent: Friday, August 17, 2012 10:03 AM > > > > % mkdir d > > % cd d > > % mkdir notes notes/commit-access-templates > > %

Re: Update to psvn.el for SVN 1.7

2012-08-17 Thread Daniel Shahaf
Andre Colomb wrote on Fri, Aug 17, 2012 at 14:38:43 +0200: > Hi Subversion developers! > Please use the dev@ list to reach the developers (including for patch submissions). See http://subversion.apache.org/patches . Thanks! > The current HEAD version of the Emacs SVN status mode, psvn.el does

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-17 Thread Daniel Shahaf
Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > > QUESTION > > Is it possible to retroactively convert a "disjoint" working copy > into a "sparse" working copy? % mkdir d % cd d % mkdir notes notes/commit-access-templates % svn co -q http://svn.apache.org/repos

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Daniel Shahaf
e software from source before, typically I had a > development team that handled that for me in previous positions > > -----Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Friday, August 17, 2012 4:52 AM > To: Ferreira, Matthew > Cc:

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 23:13:12 -0400: > On Thu, Aug 16, 2012 at 10:38 PM, Nico Kadel-Garcia wrote: > > On Thu, Aug 16, 2012 at 6:55 PM, Daniel Shahaf > > wrote: > >> If you want to add targets to install individual tools, too, I imagine >

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 22:38:54 -0400: > On Thu, Aug 16, 2012 at 6:55 PM, Daniel Shahaf > wrote: > > Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 01:31:11 -0400: > >> On Wed, Aug 15, 2012 at 7:52 AM, Philip Martin wrote: > >> > I&#

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Aug 16, 2012 at 23:58:34 +0100: > This is really getting in the realm of stuff you should figure out > yourself, but: > > 1. Pass --disable-nls to neon's configure too > > 2. Put neon as a SIBLING to subversion/ and build/ if you want neon to

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-16 Thread Daniel Shahaf
No output written to .libs/svn > collect2: ld returned 1 exit status > *** Error code 1 > make: Fatal error: Command failed for target `subversion/svn/svn' > > -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Wednesday, Augu

Fwd: [Roman Plessl: Issues building svn 1.7.6 in non apache mode (module mod_dontdothat)]

2012-08-16 Thread Daniel Shahaf
Forwarding bug report (with patch) to dev@ - Forwarded message from Roman Plessl - > Date: Thu, 16 Aug 2012 09:48:32 +0200 (CEST) > From: Roman Plessl > To: users@subversion.apache.org > Subject: Issues building svn 1.7.6 in non apache mode (module mod_dontdothat) > Message-ID: > > Hi

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-16 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 01:31:11 -0400: > On Wed, Aug 15, 2012 at 7:52 AM, Philip Martin wrote: > > I'm happy to announce the release of Apache Subversion 1.7.6. > > Please choose the mirror closest to you by visiting: > > > > http://subversion.apache.org/download/#reco

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-15 Thread Daniel Shahaf
db.h > bash: none: command not found > *** Error code 127 > make: Fatal error: Command failed for target > `subversion/libsvn_fs_fs/rep-cache-db.h' > > -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Tuesday, August 14, 2012

Re: Documentation for the XSLT file specificed by the SVNIndexXSLT directive

2012-08-14 Thread Daniel Shahaf
Robert Heller wrote on Sat, Aug 11, 2012 at 12:44:29 -0400: > Does there exist documentation for this file? Is there information on > what templates are supported and what @ vars are defined? I want to > customize the file referenced by the SVNIndexXSLT, but without > documentation I am pretty mu

Re: Repairing or removing broken revisions

2012-08-14 Thread Daniel Shahaf
Trent Fisher wrote on Mon, Aug 13, 2012 at 22:10:57 -0400: > > > On 08/01/2012 10:49 AM, Johan Corveleyn wrote: > >On Wed, Aug 1, 2012 at 2:24 PM, Joachim Sauer wrote: > >>Hello, > >> > >>I'm currently reworking backups of multiple SVN repositories. In the > >>process I found out that one of tho

Re: Repairing or removing broken revisions

2012-08-14 Thread Daniel Shahaf
PR wrote on Mon, Aug 13, 2012 at 22:12:51 -0700: > On Mon, Aug 13, 2012 at 7:10 PM, Trent Fisher wrote: > > svnadmin dump -r0:4 /some/repos > p1 > > svnadmin dump --incremental -r5 /some/repos > p2 > > svnadmin dump --incremental -r6:HEAD /some/repos > p3 > > Then I manually doctored p

Re: Interesting mergeinfo corruption bug

2012-08-14 Thread Daniel Shahaf
Chris J Smith wrote on Tue, Aug 14, 2012 at 16:04:22 +0100: > Hi, > > I've encountered a rather interesting merging bug. We are using the following > stack: > > Client side: TSVN 1.7.7 on Windows 7 x64 > Server side: Apache 2.0.27, Subversion 1.7.5 on Windows 2008 Server R2 behind > an IIS 7.5

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-14 Thread Daniel Shahaf
Add --disable-nls to your configure flags. Ferreira, Matthew wrote on Tue, Aug 14, 2012 at 14:24:18 -0400: > ld: warning: file ../../subversion/libsvn_subr/.libs/libsvn_subr-1.so: linked > to > /tmp/svn_src/subversion-1.7.5/subversion/libsvn_subr/.libs/libsvn_subr-1.so: > attempted multiple inc

Re: files in db/locks

2012-08-10 Thread Daniel Shahaf
rog7...@web.de wrote on Thu, Aug 09, 2012 at 19:18:40 +0200: > Hello, > > I'm wondering about some files in the subfolders of db/locks > (Subversion 1.6, FSFS). The existence of a lot of files in this > directory seems to slow down some operations, especially with > TortoiseSVN. I understand, that

Re: Dump of subversion repository itself?

2012-08-03 Thread Daniel Shahaf
Markus Schaber wrote on Fri, Aug 03, 2012 at 11:46:37 +: > Hi, Volker, > > > Von: Volker Kopetzky [mailto:v...@vzkb.de] > > I wonder if there is a dump file downloadable somewhere that contains the > > complete subversion code base. > > Would be a perfect repository for load/stress testing

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-08-01 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Aug 01, 2012 at 22:56:52 +0200: > On Wed, Aug 1, 2012 at 10:50 PM, Johan Corveleyn wrote: > > On Wed, Aug 1, 2012 at 9:56 PM, slaventii wrote: > >>> Huh? How do you arrive at 23 %? According to these numbers, https is > >>> almost twice as fast here. > >>> > >> Sorry

Re: svnserve authentication using sasl + pam + winbind

2012-07-29 Thread Daniel Shahaf
Matthias Weißer wrote on Fri, Jul 27, 2012 at 14:23:18 +0200: > is it possible to authenticate users from a Windows active directory > to a svnserve daemon? ... I think SASL + PAM + WINBIND is the way to > go. Agreed on the SASL part. I don't know offhand how to make SASL talk to active directory

Re: [PATCH] bash URL completion

2012-07-27 Thread Daniel Shahaf
http://subversion.apache.org/patches Please send this to dev@! (and follow the other suggestions too please -- e.g., submit against trunk@HEAD) Gerlando Falauto wrote on Fri, Jul 27, 2012 at 11:31:51 +0200: > Hi everyone, > > I strongly felt the urge to have some way of bash-completing URLS > f

Re: File external that worked fine in 1.6.x not working in 1.7.5

2012-07-27 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jul 26, 2012 at 23:55:04 +0200: > We also talked a bit about the ^/../ in your url's, which was also a > bit of a surprise. We didn't know about that "feature", but it seems > to work fine, and we didn't see a problem with it. Bert added a > regression test for it, so

Re: Subversion doesn't build Neon

2012-07-24 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Tue, Jul 24, 2012 at 02:41:23 -0400: > On Mon, Jul 23, 2012 at 9:32 AM, Victor Engmark > wrote: > > Hi all > > > > I've been trying for a while now to make Subversion compile offline, > > and it looks like only the "apr", "apr-util", "serf" and > > "apr_memcache" externa

Re: Add Parent Directories.

2012-07-22 Thread Daniel Shahaf
Kaushal Shriyan wrote on Sun, Jul 22, 2012 at 11:01:37 +0530: > Hi, > > if there is new directory and subdirectory and files in these directories, > is there a way to add all at once instead of adding one by one? > > + svn add --parents > /home/exampledomian/prod_tag/release23/utils/healthChecks/

Re: Cleaning out an old subscriber

2012-07-12 Thread Daniel Shahaf
Thorsten Schöning wrote on Thu, Jul 12, 2012 at 14:18:58 +0200: > Guten Tag Daniel Shahaf, > am Donnerstag, 12. Juli 2012 um 14:14 schrieben Sie: > > > I am postmaster, and I didn't receive your message. > > I meant the postmaster of the former company of the user re

Re: Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-12 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jul 12, 2012 at 16:45:36 +0200: > On Thu, Jul 12, 2012 at 2:06 PM, Daniel Shahaf > wrote: > > Johan Corveleyn wrote on Thu, Jul 12, 2012 at 12:06:07 +0200: > >> I think ']]' would be the best choice, but still not 100% backwards >

Re: Cleaning out an old subscriber

2012-07-12 Thread Daniel Shahaf
Thorsten Schöning wrote on Wed, Jul 11, 2012 at 18:03:49 +0200: > Guten Tag Matthew Pounsett, > am Mittwoch, 11. Juli 2012 um 17:30 schrieben Sie: > > > I'm sure others have seen this too, but any time I post to the list > > I'm getting a bounce from world.deshaw.com. Could an admin track > > dow

Re: Cleaning out an old subscriber

2012-07-12 Thread Daniel Shahaf
Bob, can you email users-l...@subversion.apache.org please and grep the output for "deshaw" ? Bob Archer wrote on Wed, Jul 11, 2012 at 12:13:34 -0400: > If you send me the full email that is causing the bounce I can unsubscribe > it. I haven't seen the bounces. > > BOb > > > > -Original Me

Re: Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-12 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jul 12, 2012 at 12:06:07 +0200: > I think ']]' would be the best choice, but still not 100% backwards > compatible. But I mean, who in their right mind would write sections > like this: > > [repo:/path/to/file.ext]]haha, this isn't parsed We document the format as "i

Re: Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-12 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jul 12, 2012 at 11:28:18 +0200: > I think the only character that causes problems is ']' (which ends the > section name parsing). It seems not too hard to change that parsing Technically, 0x0A (newline) would likely be a problem too. Not sure that anyone uses it...

Re: Difficulty with post-commit emails

2012-07-09 Thread Daniel Shahaf
Matthew Pounsett wrote on Mon, Jul 09, 2012 at 14:43:40 -0400: > > Apologies if this is handled on the list recently, but I haven't had any luck > googling an answer.. don't see anything in the manual either. > > Although I've done lots of upgrades, it's been a while since I installed a > new s

Re: svn_wc_prop_set4 not working as expected.

2012-07-06 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Jun 25, 2012 at 10:21:22 +0200: > On Fri, Jun 22, 2012 at 11:15:57AM -0500, lfdon...@rockwellcollins.com wrote: > > Hello, > > I'm trying to use svn_wc_prop_set4 to set a property on my local working > > copy (1.7) and I keep getting the error: > > > > No write-loc

Re: Issue: svn:externals syntax does not accept -rHEAD

2012-06-21 Thread Daniel Shahaf
Ruhe Julian wrote on Wed, Jun 20, 2012 at 09:17:53 +: > Hello, > > try to assign a file p.txt containing the following lines as svn:external > > -r110 ^/mapping_services/global/testing/full_test/globalresource5.xml@110 > "xml/globalresource5.xml" > -r84 ^/mapping_services/global/testing/full

Re: svnsync with svn+ssh on windows

2012-06-21 Thread Daniel Shahaf
Horváth Imre wrote on Wed, Jun 20, 2012 at 21:59:47 +0200: > I've got a linux svn server and I want to sync it with an xp client. > I've created the pre-revprop change hook and permissions are set > correctly (the sync working from a linux client) > > On windows I've installed tortoisesvn and putt

Re: perl auth fails after upgrade to svn 1.7.5

2012-06-20 Thread Daniel Shahaf
Doug Hunley wrote on Wed, Jun 20, 2012 at 13:03:32 -0400: > On Mon, Jun 18, 2012 at 4:48 PM, Daniel Shahaf > wrote: > > Doug Hunley wrote on Mon, Jun 18, 2012 at 10:55:02 -0400: > >> Hey everyone, > >> We're currently running Apache 2.2.x on an OS X server with

Re: perl auth fails after upgrade to svn 1.7.5

2012-06-18 Thread Daniel Shahaf
Doug Hunley wrote on Mon, Jun 18, 2012 at 10:55:02 -0400: > Hey everyone, > We're currently running Apache 2.2.x on an OS X server with SVN 1.6.x > and have a mod_perl based authentication handler for SVN repo access. > It works fine and has for many months. When we upgrade to 1.7.x, our > commits

Re: *CANNOT* submit patches to d...@subversion.apache.org due to bounces

2012-06-17 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Jun 18, 2012 at 00:21:13 +0300: > Nico Kadel-Garcia wrote on Sun, Jun 17, 2012 at 16:54:00 -0400: > > I've tried repeatedly over the last few days to submit some patches with > > my gmail account to d...@subversion.apache.org, but they're bounc

Re: *CANNOT* submit patches to d...@subversion.apache.org due to bounces

2012-06-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Jun 17, 2012 at 16:54:00 -0400: > I've tried repeatedly over the last few days to submit some patches with > my gmail account to d...@subversion.apache.org, but they're bouncing with > this sort of response: This happened from my home just now, and happened > actual

Re: Commit size

2012-06-15 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Jun 13, 2012 at 15:32:56 +0200: > On Wed, Jun 13, 2012 at 3:16 PM, Vladimir Shun'kov wrote: > > Would be enough have the number bytes of changes. I did disk usage in > > pre-commit hook and disk usage in post-commit hook and then calculated > > the difference. But I c

Re: Newer SSL libraries and TLSv1.2 incompatibilities

2012-06-15 Thread Daniel Shahaf
Philip Martin wrote on Fri, Jun 15, 2012 at 16:32:13 +0100: > Daniel Shahaf writes: > > > Garrison, Jim (ETW) wrote on Thu, Jun 14, 2012 at 10:49:47 -0700: > >> > >> This is going to cause major headaches for a lot of people. OpenSSL > >> client vers

Re: Newer SSL libraries and TLSv1.2 incompatibilities

2012-06-15 Thread Daniel Shahaf
Garrison, Jim (ETW) wrote on Thu, Jun 14, 2012 at 10:49:47 -0700: > > -Original Message- > > From: Garrison, Jim (ETW) [mailto:jim.garri...@nike.com] > > Sent: Wednesday, June 13, 2012 3:56 PM > > To: users@subversion.apache.org > > Subject: Newer SSL libraries and TLSv1.2 incompatibilities

Re: Nagios SVN Alerts

2012-06-14 Thread Daniel Shahaf
ASF Infra has a nagios plugin that alerts us when the mirror server falls behind the master. Basically if $(svn info $master | sed -ne s/^Revision:.//p) > $slack + $(svn info $slave | sed -ne s/^Revision:.//p) echo "2 CRITICAL" fi Kaushal Shriyan wrote on Thu, Jun 14, 2012 at 09:48:19 +0530:

Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-13 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Jun 13, 2012 at 02:05:59 -0500: > > On Jun 13, 2012, at 01:22, Oliver Schrenk wrote: > > > Am 13.06.2012 um 04:28 schrieb Ryan Schmidt: > > > >> On Jun 12, 2012, at 07:05, Oliver Schrenk wrote: > >> > >>> I have multiple projects with the following layout in the repos

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > Hi, > > I'd like to use a shared config file for multiple users, but I'm in a > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identit

Re: About Apache+SVN "Digest mutual authentication failure: request-digest mismatch" / Server was not authenticated correctly

2012-06-08 Thread Daniel Shahaf
You neglected to mention what the actual problem you ran into is and what versions of svn (and relevant dependencies) you use on your client and server. Thanks for the information! Kai Bernhard wrote on Fri, Jun 08, 2012 at 15:05:34 +0200: > Hello list, > > I was experiencing problems with auth

Re: Environment variables in .subversion/config

2012-06-08 Thread Daniel Shahaf
Mattius McLaughlin wrote on Fri, Jun 08, 2012 at 14:35:58 -0700: > bit of a bind when it comes to ssh identity files. I'd like to have a > line like > > [tunnels] > ssh = $SVN_SSH ssh -q -i $HOME/.ssh/ssh-identity > > It would seem I can only have lines like > > [tunnels] > ssh = $SVN_SSH ssh

Re: repeated calls to svn_client_status5 seems to hang

2012-06-08 Thread Daniel Shahaf
Thuan Seah Tan wrote on Fri, Jun 08, 2012 at 10:11:44 +1000: > Hi all, > > > > I have yet another question about subversion if people don't mind. I have I think your question below is a valid API usage question and as such is on-topic for this list. Cheers, Daniel > been using svn_client_st

Re: When connecting to an https server force use of TLS or SSLv3?

2012-06-08 Thread Daniel Shahaf
Garrison, Jim (ETW) wrote on Thu, Jun 07, 2012 at 14:19:20 -0700: > If I tell s_client to use ssl2 the server immediately closes the > connection. Only ssl3 and tls1 work. > > Is there any way to tell subversion to tell the underlying ssl > libraries to skip SSL and SSL2, and start the negotiation

Re: Binary blob corruption

2012-06-05 Thread Daniel Shahaf
Skylar Thompson wrote on Tue, Jun 05, 2012 at 21:37:30 -0700: > On 06/05/12 18:07, Nico Kadel-Garcia wrote: > > > > On Tue, Jun 5, 2012 at 8:54 AM, Daniel Shahaf > <mailto:d...@daniel.shahaf.name>> wrote: > > > > Stefan Sperling wrote on Mon, Jun 04, 2

Re: Binary blob corruption

2012-06-05 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Jun 04, 2012 at 14:52:59 +0200: > On Mon, Jun 04, 2012 at 05:50:11AM -0700, Skylar Thompson wrote: > > It looks like ages ago I added an svn:keywords line in the autoprop > > section of ~/.subversion/config and had since forgotten about it. > > Ah, that explains it. T

Re: svn list not supporting svn:externals

2012-05-25 Thread Daniel Shahaf
Jie Zhang wrote on Fri, May 25, 2012 at 11:17:14 -0400: > Hi, > > Someone already raised this issue: > > http://svn.haxx.se/users/archive-2009-08/0433.shtml > > How difficult will it be to implement it? If it's not hard, I can see > if I can get it done. Thank you. > It would be pretty easy to

Re: SVN Permission problem

2012-05-24 Thread Daniel Shahaf
Michael P. Reilly wrote on Thu, May 24, 2012 at 15:13:33 -0400: > On Thu, May 24, 2012 at 2:36 PM, trevor obba wrote: > > > I am running subversion 1.6.6 on Ubuntu 10.04 (Lucid), Viewvc > > 1.0.9 and apache2 (2.2.14) and LDAP authentication. > > > > > > I have multiple repositories on my SVN serve

Re: Mapping users in SVN-SVN repository migration?

2012-05-24 Thread Daniel Shahaf
Andy Levy wrote on Thu, May 24, 2012 at 15:33:16 -0400: > On Thu, May 24, 2012 at 3:20 PM, Marko Asplund > wrote: > > > > On Thu, May 24, 2012 at 10:05 PM, Daniel Shahaf > > wrote: > >> > >> ... > >> > >> Why do you believe you w

Re: Mapping users in SVN-SVN repository migration?

2012-05-24 Thread Daniel Shahaf
Marko Asplund wrote on Thu, May 24, 2012 at 21:54:21 +0300: > I need to migrate our Subversion repository to another SVN server. > The servers have different user accounts and I would need to map user http://s.apache.org/xy-problem Why do you believe you would need to "map" user accounts? What d

Re: Can't execute svn commands through the network

2012-05-23 Thread Daniel Shahaf
Philip Martin wrote on Tue, May 22, 2012 at 16:09:09 +0100: > Michael Fausten writes: > > >> Let me see if I understand: > >> > >> - you have a working copy on a Samba network disk > >> > >> - the Samba server is FreeBSD 8.2 > >> > >> - the Samba client is FreeBSD 9.0 > > > > This is correc

Re: svnadmin verify produces "file not found"

2012-05-21 Thread Daniel Shahaf
Stefan Witzel wrote on Mon, May 21, 2012 at 12:09:46 +0200: > Hi, > > when I tried to update from my local svn repository today I got an > assertion failure: > > svn: > /tmp/buildd/subversion-1.6.17dfsg/subversion/libsvn_delta/compose_delta.c:165: > search_offset_index: Zusicherung »offset < ndx-

Re: Serf: Error retrieving REPORT (120105): APR does not understand this error code

2012-05-18 Thread Daniel Shahaf
I'd classify any instance of "APR does not understand this error code" output in the UI as a bug. And, definitely, if you're interesting in improving libsvn_ra_serf you should head over to the dev@ list. Thanks! Daniel Joel Low wrote on Fri, May 18, 2012 at 08:07:49 +0800: > Perhaps this should

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

2012-05-15 Thread Daniel Shahaf
en-David wrote on Mon, May 14, 2012 at 12:45:45 -0700: > +1 for this. I just ran into it with: --without-berkeley-db > > On Friday, 20 April 2012 02:21:05 UTC-4, Daniel Shahaf wrote: > > > > We're working in this (mostly Philip). It's possible that 1.7.5 will > >

Re: Mod_dav_svn 1.4.6 and SVN server 1.6.17 compatibility

2012-05-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, May 14, 2012 at 18:02:14 +0300: > Jose Luis Gonzalez wrote on Mon, May 14, 2012 at 16:25:30 +0200: > > Has anyone replaced SVN Server libraries 1.4 with server libraries of SVN > > 1.6, while maintaining mod_dav_svn 1.4 and repository 1.4, without issue

Re: Mod_dav_svn 1.4.6 and SVN server 1.6.17 compatibility

2012-05-14 Thread Daniel Shahaf
Jose Luis Gonzalez wrote on Mon, May 14, 2012 at 16:25:30 +0200: > Has anyone replaced SVN Server libraries 1.4 with server libraries of SVN > 1.6, while maintaining mod_dav_svn 1.4 and repository 1.4, without issues? This is not supported. mod_dav_svn, mod_authz_svn, and libsvn_*.so must all be

<    4   5   6   7   8   9   10   11   12   13   >