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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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: 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: problem with dialog box uisng Tortoisesvn

2012-10-10 Thread Daniel Shahaf
et up svnserve --- either tortoise or several of the options in http://subversion.apache.org/packages#windows will wrap that for you. Daniel Carmit Shiran wrote on Wed, Oct 10, 2012 at 12:13:02 +0200: > Hi all, > > Does anyone know how can I access my local repository on my computer from

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: 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: 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: 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
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-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: 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: 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: 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: 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 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
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
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-30 Thread Daniel Shahaf
e_file_prop() and change_dir_prop() methods. See svn_delta_editor_t's docstring where it talks about possibly async error behaviour. If you consider sending a patch, please read http://subversion.apache.org/patches Thanks Daniel > -- > Srdan Dukic > > On 30 October 2012 17:21, Dani

Re: Issue while setting up subversion repository on Solaris 5.10

2012-10-30 Thread Daniel Shahaf
Sapna PB wrote on Tue, Oct 30, 2012 at 11:22:00 +0530: > Hi Team, > > Iam facing an issue while setting up subversion repository on Solaris 5.10 > PFB the steps followed. > > > 1. Execute ‘svnadmin create /data/installs/repo’ > > Give 777 permissions to the files and folders in /data/inst

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-30 Thread Daniel Shahaf
t 2012) | 1 line Changed paths: A /new/place/old (from /old/place:1) D /old/place ... ]]] HTH Daniel > --- > > What I expected was to see all the history about what happened in the > "old/place" directory anywhere in

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Daniel Shahaf
Matthias Gerstner wrote on Wed, Oct 31, 2012 at 10:27:17 +0100: > > "new" was created in r2 so running 'log' on it will not show earlier > > revisions. (Well, unless you pass -g) 'log' just walks the history of > > a node; it won't show revisions in which that node did not exist. > > > > But th

Re: svn log output in directory-trees that contain moved sub-trees

2012-10-31 Thread Daniel Shahaf
Matthias Gerstner wrote on Wed, Oct 31, 2012 at 18:25:44 +0100: > > Did you accomplish that as three individual moves? Try accomplishing > > it as 'svn cp ^/ ^/trunk' instead. > > That didn't change anything. As I see it 'svn move' uses 'svn copy' > anyway to achieve its results. > That's corre

Re: svnserve crash

2012-11-02 Thread Daniel Shahaf
Please attach log files as text/* MIME type (maybe by renaming them to *.txt) so it's easier to read/reply to them. Now, the first thing that jumps out is that some of the actual parameters are 0x or 0x1000; for example: #14 0x13f639fd8 in serve(conn=(svn_ra_svn_conn_st *) 0x

Re: svnserve crash

2012-11-02 Thread Daniel Shahaf
Shot in the dark, but: does the crash reproduce in non-threaded modes? (such as -X/--foreground, or alternatively -i if you have netcat or inetd to test it with) Mark Raymond wrote on Thu, Nov 01, 2012 at 21:21:21 -: > Background: > > A week or so ago, I tried to set up svnserve with sasl aut

Re: svnserve crash

2012-11-02 Thread Daniel Shahaf
Andreas Mohr wrote on Fri, Nov 02, 2012 at 19:44:24 +0100: > Hi, > > On Fri, Nov 02, 2012 at 08:35:11PM +0200, Daniel Shahaf wrote: > > Please attach log files as text/* MIME type (maybe by renaming them to > > *.txt) so it's easier to read/reply to them. > > >

Re: Commit failed Error after upgrading 1.7.7

2012-11-05 Thread Daniel Shahaf
Bob Archer wrote on Mon, Nov 05, 2012 at 11:39:30 -0500: > >> I recently upgraded Subversion edge to 3.2.0-3352.100 which gave me > >> Subversion 1.7.7. > >> > >> Since then every now and then when I commit I get the following error: > >> > >> Commit > >> Commit failed (details follow): > >> Serv

Re: svn log output in directory-trees that contain moved sub-trees

2012-11-05 Thread Daniel Shahaf
Matthias Gerstner wrote on Mon, Nov 05, 2012 at 10:11:47 +0100: > On Wed, Oct 31, 2012 at 06:35:23PM +0100, Daniel Shahaf wrote: > > > > That's correct but besides the point. The point was that 'svn log' in > > the trunk/ directory should show ^/A ^/B ^

Re: empty parent infinite child

2012-11-09 Thread Daniel Shahaf
Well, yes. The "empty" depth on the parent means, for example, that if another working copy creates and commits a new child, 'svn up' won't pull it. Note the reverse problem can also happen: a depth=immediates parent and a depth=exclude child. So, yes, it's by design. Maybe we could change the

Re: Problem with an archive

2012-11-13 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Nov 14, 2012 at 00:27:21 -0600: > > On Nov 13, 2012, at 21:54, Robert R. Kessler wrote: > > > Unfortunately, I have not been able to find an archived download of the 1.7 > > alpha3 version in order to try to see if the svnadmin extraction will work. > > > > Does anyo

Re: Problem with an archive

2012-11-13 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Nov 14, 2012 at 09:14:13 +0200: > IIRC format 5 is identical to 4 except for storage of revprops. It > would be straightforward to export it without the revprops, and should > be straightforward to write a script to convert the revprops storage to > format

Re: modifyng symlinks

2012-11-14 Thread Daniel Shahaf
Marc Schlinger wrote on Wed, Nov 14, 2012 at 10:52:52 +: > Hello, > > I'm using : > > svn, version 1.7.7 (r1393599) >compiled Nov 7 2012, 19:23:31 > > on a debian host. > > I am trying to create and apply a patch on a repos with the new svn > commands: svn diff and svn patch. > > T

Re: modifyng symlinks

2012-11-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Nov 15, 2012 at 07:12:46 +0200: > Marc Schlinger wrote on Wed, Nov 14, 2012 at 10:52:52 +: > > Hello, > > > > I'm using : > > > > svn, version 1.7.7 (r1393599) > >compiled Nov 7 2012, 19:23:31 > > > &

Re: Renaming UTF-8 file names is broken

2012-11-15 Thread Daniel Shahaf
You could try 'svn rename URL URL'. What filesystem is your working copy on? Заболотный Андрей wrote on Thu, Nov 15, 2012 at 14:50:20 +0400: > Hello! > > I've got an issue here. We have a lot of file names in repository using UTF-8 > characters. All worked well till I decided to do move one of

Is this a sign of a broken repository?

2012-11-15 Thread Daniel Widenfalk
- {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/vcc/default HTTP/1.1" 207 265 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/bc/1578/project-name/trunk/Filena

Re: SVN Server Configuration To Restrict SVN Client Version

2012-11-18 Thread Daniel Shahaf
First of all: there is nothing you can do to prevent people from self-compiling a 1.0 client that identifies as a 1.9 client. Now, with that out of the way: - You today can use the 'capabilities' argument to the 'start-commit' to approximate client version. - See http://subversion.tigris.org/

Re: Corrupted revisions - need help

2012-11-19 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Nov 19, 2012 at 21:07:59 +0100: > Extract these reps from the FSFS data of the temporary repository and > stitch them into the broken repository at appropriate places, recalculating > checksums where necessary, Instead of recalculating, you ought to be able to set the

Re: Subversion 1.6.12 does not work on XP/DLL entry point issues.

2012-11-19 Thread Daniel Shahaf
svn_client_status5 was added in 1.7 (see subversion/include/svn_client.h in the source tree), so it seems you are using a 1.7 svn.exe with a 1.6 libsvn_client-1.dll. dmitry.lyse...@barclays.com wrote on Mon, Nov 19, 2012 at 16:41:57 -0500: > Hi, > > I am trying to get the old version of subversio

Re: Subversion 1.6.12 does not work on XP/DLL entry point issues.

2012-11-19 Thread Daniel Shahaf
I forgot to mention: to see what release an API was added in, another option is to browse the compiled doxygen docs on our site: http://subversion.apache.org/docs/. dmitry.lyse...@barclays.com wrote on Mon, Nov 19, 2012 at 16:41:57 -0500: > Hi, > > I am trying to get the old version of subversion

Re: Corrupted revisions - need help

2012-11-20 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Nov 20, 2012 at 09:32:18 +0100: > On Tue, Nov 20, 2012 at 08:14:41AM +0200, Daniel Shahaf wrote: > > Stefan Sperling wrote on Mon, Nov 19, 2012 at 21:07:59 +0100: > > > Extract these reps from the FSFS data of the temporary repository and > >

Re: Read access for a member of two authz groups with different permissions

2012-11-21 Thread Daniel Shahaf
Oscarsen, Anders wrote on Wed, Nov 21, 2012 at 15:17:39 +: > Hi, > > I've noticed something I don't understand when handling > members of multiple groups with different permissions. > > With this authz file: > > #--- > [groups] > group0 = user1 > group1 =

Re: version can not be svnsync

2012-11-22 Thread Daniel Shahaf
Andreas Mohr wrote on Thu, Nov 22, 2012 at 12:33:05 +0100: > Hi, > > On Thu, Nov 22, 2012 at 06:28:07PM +0800, net_robber wrote: > > hi, > > > > first of all, thanks for your reply. > > > > and then, > > some version info: > > OS: RHEL 4.3 x86_64 > > apache: 2.2.22 > > subversion: 1.6.17 > > >

Re: version can not be svnsync

2012-11-23 Thread Daniel Shahaf
Philip Martin wrote on Fri, Nov 23, 2012 at 11:12:01 +: > net_robber writes: > > > XML: char-data (274) returns 0 > > XML: start-element (274, {svn:, close-file}) => 279 > > XML: end-element (279, {svn:, close-file}) > > XML: char-data (274) returns 0 > > XML: XML_Parse returned 0 > > XML: Pa

Re: Path-based authorization buggy when using SASL-LDAP

2012-11-26 Thread Daniel Shahaf
Jan Keirse wrote on Mon, Nov 26, 2012 at 09:42:53 +0100: > On Mon, Nov 26, 2012 at 9:28 AM, Markus Karg wrote: > > > I am using aliases (as typical with LDAP), so the cause you described > > should not happen. Also, everything is lower case (alias names, group > > names, etc.). And I do not have

Re: Restoring an archive from backup, and then?

2012-11-28 Thread Daniel Shahaf
Niemann, Hartmut wrote on Wed, Nov 28, 2012 at 12:42:44 +0100: > So at least it looks like a newer working copy can not be overwritten > incidentially by the restored (older) HEAD revision. It's not that simple --- once you commit 11 revisions to the restored repository, you'll get some... intere

Re: svn:executable is ignored on checkout form Windows to Samba share

2012-11-28 Thread Daniel Shahaf
Thorsten Schöning wrote on Wed, Nov 28, 2012 at 18:13:44 +0100: > Hello, > > I have some working copies on Samba shares, Ubuntu 12.04 LTS with all > updates installed, which are accessed using TortoiseSVN 1.7.10 which > uses Subversion 1.7.7. Some of those working copies contain executable > Perl

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Nov 29, 2012 at 09:59:47 -0600: > On Thu, Nov 29, 2012 at 1:59 AM, Thorsten Schöning > wrote: > > Guten Tag olli hauer, > > am Mittwoch, 28. November 2012 um 22:45 schrieben Sie: > > > >> Someone hacks one of the additional mirrors, modifies a revision and > >> adjust t

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread Daniel Shahaf
Philip Martin wrote on Thu, Nov 29, 2012 at 18:26:04 +: > Daniel Shahaf writes: > > > Les Mikesell wrote on Thu, Nov 29, 2012 at 09:59:47 -0600: > >> But, the copy built by svnsync doesn't necessarily > >> get stored the same way, does it? > > >

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread Daniel Shahaf
Philip Martin wrote on Thu, Nov 29, 2012 at 19:13:11 +: > Daniel Shahaf writes: > > > Philip Martin wrote on Thu, Nov 29, 2012 at 18:26:04 +: > >> Daniel Shahaf writes: > >> > >> > Les Mikesell wrote on Thu, Nov 29, 2012 at 09:59:47 -06

Re: Is there a way to dump the checksums from a svn repo?

2012-11-29 Thread Daniel Shahaf
Philip Martin wrote on Thu, Nov 29, 2012 at 18:24:38 +: > olli hauer writes: > > > Is there a way to dump the checksums from a svn repo? > > > > What I'm doing at the moment on masters and slaves is > > $> svnadmin verify > > and > > $> sqlite $repo/db/rep-cache.db "select hash,revision from

Re: Heap corruption issue seen on Japanese systems

2012-12-04 Thread Daniel Shahaf
roject. Please report the problem to them: http://tortoisesvn.net/ I think you haven't mentioned the version of svn you used --- they'll almost certainly ask for that piece of info. Best, Daniel

Re: Relative Revision on Relative Path External

2012-12-11 Thread Daniel Shahaf
Stefan Scherer wrote on Mon, Dec 10, 2012 at 16:09:47 -0500: > I would like to be able to peg in product to a particular revision and > have and > be of that same revision without having to maintain the peg > at trunk/plugin/p1/EXTERNALS which would have to > be constantly moving. > > > http:/

Re: "Couldn't open rep-cache database" (post commit FS processing)

2012-12-11 Thread Daniel Shahaf
able WAL mode? Are there other relevant items in your distribution package's changelogs? Thanks for the information! Daniel > Downloading > http://ipkg.nslu2-linux.org/feeds/optware/syno-e500/cross/unstable/sqlite_3.7.14.1-1_powerpc.ipk > Configuring sqlite > Successfully ter

Re: Relative Revision on Relative Path External

2012-12-15 Thread Daniel Shahaf
Stefan Scherer wrote on Wed, Dec 12, 2012 at 14:13:01 -0500: > Hello again, > > I just noticed my previous email got somewhat scrambled. > > The idea was to have notation like the following > > ../../common/module1@RELATIVE module1 > > in order to peg an external to the revision of the folder o

non-canonical list addresses Re: Restoring a single numbered file into revs directory

2012-12-20 Thread Daniel Shahaf
I've replied (tldr: yes, but probably hardware problems involved), and my reply bounced since the list address used wasn't the canonical one. So, I'm one bounce message richer, and my reply didn't get delivered to list members. Any reason we shouldn't just ban emails that don't use the correct lis

Re: Working Copy on Network / Usage of multiple users

2012-12-27 Thread Daniel Shahaf
Karl Heinz Marbaise wrote on Thu, Dec 27, 2012 at 16:03:55 +0100: > Network: working-copy-1 > User 1 accesses working-copy-1 and changes some files and will checkin > those changes. > > User 2 accesses working-copy-1 and changes some files and will checkin > those changes. > etc. > > My knowled

Re: branching WC folder fails with files marked as deleted

2013-01-09 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Jan 09, 2013 at 14:21:06 +0100: > On Wed, Jan 09, 2013 at 02:02:32PM +0100, Roman Kellner wrote: > > - Now the user-A needs to branch his WC and gets the following error > > message on commit > > (the file shown in the error message is the one that was created and lat

Re: Cant open repository folder

2013-01-11 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Jan 10, 2013 at 17:59:50 +0100: > On Tue, Jan 08, 2013 at 06:34:54PM +0530, noufal av wrote: > > how i solve this problem..plzz help me and i waiting for ur solution > > The repository cannot be read because the 'current' file is apparently > empty. This means

Re: Working Copy on Network / Usage of multiple users

2013-01-19 Thread Daniel Shahaf
Karl Heinz Marbaise wrote on Sat, Jan 19, 2013 at 14:42:30 +0100: > Hi, > >> Have you considered other solutions? For example, the ASF CMS maintains >> one working copy per project, and uses zfs copy-on-write clones to fork >> off a per-user working copy for each user (even concurrent users) who >

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Daniel Shahaf
By design. You need $ svn rm c or $ svn revert c Nick wrote on Mon, Jan 28, 2013 at 09:23:30 -0500: > Removing a file which is scheduled to be added prevents submitting > unrelated changelists. > > Occurring w/ my current version (1.7.7), have not tried others. > > Annotated & unannotated rep

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Daniel Shahaf
Nick wrote on Mon, Jan 28, 2013 at 11:00:10 -0500: > > On Mon, 2013-01-28 at 16:54 +0200, Daniel Shahaf wrote: > > By design. You need > > $ svn rm c > > or > > $ svn revert c > > I don't understand why this is by design. Regardless of what happens to

Re: How do I refactor without confusing Subversion? [SEC=UNCLASSIFIED]

2013-01-30 Thread Daniel Shahaf
We're working on better move/rename support for 1.8, but I'm not sure whether your specific use-case will already be fixed in 1.8 or not. Maybe one of the other devs can comment on that. Thamm, Russell wrote on Wed, Jan 30, 2013 at 13:39:38 +1030: > UNCLASSIFIED > > Thanks Andreas, > > This seem

Re: software distribution with subversion

2013-02-01 Thread Daniel Shahaf
The OP isn't subscribed and so probably didn't see your reply. Branko Čibej wrote on Fri, Feb 01, 2013 at 00:37:41 +0100: > I expect you've considered this option, but just to add it to the list:

Re: "svn info" does not work with symlink to different working copy

2013-02-01 Thread Daniel Shahaf
Michael Kaufmann wrote on Thu, Jan 31, 2013 at 14:06:08 +0100: > Hi all, > > I am using Subverison 1.7.8. On my disk are two Subversion working copies > (from different repositories), and one working copy contains a symlink to the > other: > > I have not found anything about this behavior in th

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-01 Thread Daniel Shahaf
Hi again! Ryan Vordermann wrote on Thu, Jan 31, 2013 at 13:01:19 -0700: > Hi, > > My name is Ryan. I'm not subscribed to this list so I would appreciate > being CC'ed on responses > > I'm working on a utility that uses the svn client api. Right now it works, > but I want to add support for user

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Feb 01, 2013 at 19:15:04 +0200: > Hi again! > > Ryan Vordermann wrote on Thu, Jan 31, 2013 at 13:01:19 -0700: > > Hi, > > > > My name is Ryan. I'm not subscribed to this list so I would appreciate > > being CC'ed on respo

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-02-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Feb 01, 2013 at 12:29:32 -0600: > > On Feb 1, 2013, at 12:24, Ryan Schmidt wrote: > > > On Feb 1, 2013, at 11:00, C M wrote: > > > >> I was able to set multiple external definitions using the --file option. > >> Worked pretty well, actually considering how challenging

Re: adding --include-externals to svn diff

2013-02-02 Thread Daniel Shahaf
+0 (sounds like a good idea on the surface, but I didn't consider the details and I won't be the one implementing it) Matt Hargett wrote on Sat, Feb 02, 2013 at 02:04:06 +: > To parallel the additions of --include-externals to the 'commit' and 'ls' > commands, I would also like to propose add

Re: adding --include-externals to svn diff

2013-02-02 Thread Daniel Shahaf
Matt Hargett wrote on Sat, Feb 02, 2013 at 02:04:06 +: > To parallel the additions of --include-externals to the 'commit' and 'ls' > commands, I would also like to propose adding the option to the 'diff' > command. I just tested latest trunk and the option is unrecognized. ... > Let me know wha

Re: SVN version history tickets?

2013-02-06 Thread Daniel Shahaf
The best way is the CHANGES file (the one you link to). We aren't very vigilant about backdating the 'milestone' field in the issue tracker (from 1.8.0 to 1.7.*) when we backport a fix to an earlier release. Anne Moroney wrote on Wed, Feb 06, 2013 at 11:53:26 -0500: > Hi, how can I find out all t

Re: SVN version history tickets?

2013-02-06 Thread Daniel Shahaf
In CHANGES, revision numbers refer to http://svn.apache.org/viewvc/subversion/ and #1234 numbers to http://subversion.tigris.org/issues/show_bug.cgi?id=1234 Daniel Shahaf wrote on Wed, Feb 06, 2013 at 18:58:50 +0200: > The best way is the CHANGES file (the one you link to). We aren'

Re: SVN version history tickets?

2013-02-06 Thread Daniel Shahaf
Anne Moroney wrote on Wed, Feb 06, 2013 at 12:30:00 -0500: > Hi Daniel! > 1.So the issue numbers I think I understand. It thus seems you are saying > that it is impossible to easily see them 'all', right? I would have to > individually copy paste the number

Re: adding --include-externals to svn diff

2013-02-07 Thread Daniel Shahaf
hread in the next few days, but I don't want to commit to that.) > I could take a stab at a patch for trunk as well, if the concept is > agreeable. > That would be great, of course. > Thanks! > Thanks for your help. Daniel > > >% $svn help diff > >

fsfs.conf knob to have merge() fail rather than automagically rebase Re: Discrepancies in svn mirror created with svnsync

2013-02-09 Thread Daniel Shahaf
it anyway provided that no conflicting changes were made in the interim. I wonder if it would be a good idea to have a fsfs.conf knob that tells the code to just give up if {txn's base revision} != {current HEAD}. Then that knob would be recommended to be set on every repository which is an sv

Re: fsfs.conf knob to have merge() fail rather than automagically rebase Re: Discrepancies in svn mirror created with svnsync

2013-02-09 Thread Daniel Shahaf
Stefan Sperling wrote on Sat, Feb 09, 2013 at 21:19:35 +0100: > On Sat, Feb 09, 2013 at 03:28:02PM +0200, Daniel Shahaf wrote: > > Under the commit finalization lock, if the txn-being-committed's base > > revision is older than the current HEAD, by default the code will

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Feb 12, 2013 at 18:54:14 +0100: > On Tue, Feb 12, 2013 at 05:18:01PM +0200, Marius Gedminas wrote: > > Anyway, this takes care of prevention. What about recovery? Can I fix > > the three missing revisions manually somehow? > > If you can obtain the original revision

Re: Discrepancies in svn mirror created with svnsync

2013-02-14 Thread Daniel Shahaf
Marius Gedminas wrote on Thu, Feb 14, 2013 at 08:28:22 +0200: > On Wed, Feb 13, 2013 at 08:32:35PM +, Philip Martin wrote: > > Stefan Sperling writes: > > > > > It is possible that authz rules prohibit access to the path affected > > > by the revision. In which case svnsync would silently omi

Re: [OPW] Introducing the 2013 Apache Subversion Intern

2013-02-14 Thread Daniel Shahaf
e should know about this trick > anyway!) > You might want to mention the built-in ACL/multiuser support in screen. In general you can do things such as 'screen -r otheruser/sessionname' and otheruser can use ^A:chacl to grant you edit permissions on the session (but that latt

Re: bug report: svn requires upgrade, complains of corruption and won't tell me current status

2013-02-15 Thread Daniel Shahaf
Diggory Hardy wrote on Fri, Feb 15, 2013 at 12:21:16 +0100: > Ideally 'svn info' and 'svn st' should work on old checkouts without > requiring > any changes (upgrades or other) to them. Yes we know, and we would have liked that too. It just wasn't possible to implement in a timely or maintainab

<    6   7   8   9   10   11   12   13   14   15   >