Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Mar 22, 2013 at 05:48:02 -0500: On Mar 21, 2013, at 18:27, luis montes wrote: Is it possible to know the base revision on a svn: external from a pre-commit hook script? If the external changes with the current transaction I figured I could possibly parse the

Re: SVN access denied when comparing revisions

2013-03-22 Thread Daniel Shahaf
Kris Deugau wrote on Fri, Mar 22, 2013 at 10:41:27 -0400: Philip Martin wrote: Subversion 1.7 (but not 1.6) creates svnserv.conf with the following: ### The sample settings below are the defaults and specify that anonymous ### users have read-only access to the repository, while

Re: Problems with permissions (changed vith svn commit)

2013-03-21 Thread Daniel Shahaf
Try # umask 077 (in the same shell, prior to testing) Sebastijan V wrote on Thu, Mar 21, 2013 at 02:50:52 +0100: Hello I'm using Fedora. Until subversion-1.6.18-1 everything was OK. From version 1.7.8-1 I have following problem: # touch testfile # ls -la testfile -rw-r--r--. 1 root root 0

Re: SVN access denied when comparing revisions

2013-03-21 Thread Daniel Shahaf
Bill Cebula wrote on Thu, Mar 21, 2013 at 18:30:23 -0500: Phillip, Thanks for the reply. If the line anon-access = read is commented out, can't that be interpreted as anon-access = none on startup of the server? No, lack of explicit anon-access is interpreted as anon-access=read. (and

Re: automatic merge - quick question

2013-03-20 Thread Daniel Shahaf
Z W wrote on Tue, Mar 19, 2013 at 22:43:44 -0700: We are also not sure what that blocking feature does or what it means. It's the ability to make the distinction between r42 has been merged, do not try to merge it again and r42 has not been merged, but do not offer to merge it. We like to

Re: confusing E195012 error: Unable to find repository location.(when location exists)

2013-03-15 Thread Daniel Shahaf
C. Michael Pilato wrote on Fri, Mar 15, 2013 at 09:42:53 -0400: On 03/15/2013 06:48 AM, Tom wrote: Hi mailing list :) Please, help me to find out what is going on in our repository. I am preparing some automatic tool to work with svn and there is one thing, which is confusing to me.

Re: Issue

2013-03-14 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Mar 14, 2013 at 09:53:27 -0400: That malfunction comes from svn_token__from_word_strict(): int svn_token__from_word_strict(const svn_token_map_t *map, const char *word) { int value = svn_token__from_word(map, word); if

Re: Issue

2013-03-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Mar 15, 2013 at 00:57:49 +0200: C. Michael Pilato wrote on Thu, Mar 14, 2013 at 09:53:27 -0400: That malfunction comes from svn_token__from_word_strict(): int svn_token__from_word_strict(const svn_token_map_t *map, const char

Re: SvnServe with Windows AD Authendication

2013-03-11 Thread Daniel Shahaf
Branko Čibej wrote on Mon, Mar 11, 2013 at 08:46:03 +0100: On 11.03.2013 07:58, Krishnamoorthi Gopal wrote: Hi Scott, Thanks for your information. Right now i don't have apache module in my subversion server.I am using subversion by running svnserve.exe as windows service. In

Re: Request for feature svn diff --exclude-revisions

2013-03-05 Thread Daniel Shahaf
I think you can already do what you want with the svn diff --old --new' syntax (see 'svn help diff'), potentially with --ignore-ancestry too. Brad Wellman wrote on Tue, Mar 05, 2013 at 08:45:34 +1100: Hi, Does anyone know if there is anything mentioned in bug lists etc. about being able to

Re: Possible bug: Bad record MAC

2013-03-05 Thread Daniel Shahaf
Philip Martin wrote on Tue, Mar 05, 2013 at 22:12:17 +: Paolo Cavallini cavall...@faunalia.it writes: Network has bben checked cables and switch have been changed, firewall and proxy have not changed. So it could be a communication problem between openssl and subversion. Any hint on

Re: Working copy permissions changed by keyword substitution

2013-03-02 Thread Daniel Shahaf
Joshua Root wrote on Sun, Mar 03, 2013 at 02:53:24 +1100: On 2013-2-23 15:48 , Joshua Root wrote: On 2013-2-23 05:30 , Daniel Shahaf wrote: You need to use '' not to escape the $. (see sh(1) man page) Argh, I knew that, but it just didn't register. Thanks. As to your actual

Re: Severe Problem with one repo

2013-02-28 Thread Daniel Shahaf
Scott Miller wrote on Thu, Feb 28, 2013 at 09:19:03 -0800: I ran netstat -an and did not see libapr, what did I do wrong? libapr is a library, which is a mandatory dependency of svn, serf, and httpd (at least). I figured one cause of your problems might be if the httpd process pulls two copies

Re: Severe Problem with one repo

2013-02-27 Thread Daniel Shahaf
Scott Miller wrote on Wed, Feb 27, 2013 at 10:26:20 -0800: Then I tried to commit all this code to the repo. It failed due to lack of disk space. This turned out to be correct, I freed up disk space deleted the repo directory and started the whole process again. This time when I went to

Re: Severe Problem with one repo

2013-02-27 Thread Daniel Shahaf
Scott Miller wrote on Wed, Feb 27, 2013 at 10:26:20 -0800: Hi, I am using Subversion 1.6.12 (r955767 on an Ubuntu server. SVN has been up and running a long time and had very few, if any, problems. Last week I needed to make for new repos. Three went just fine. The fourth has been a

Re: Working copy permissions changed by keyword substitution

2013-02-22 Thread Daniel Shahaf
Joshua Root wrote on Fri, Feb 22, 2013 at 22:23:57 +1100: This seems like a bug to me, so I'm running it by the list as requested on the web site. My umask is 006, but I have changed the permissions on one of my svn working copies so that it is world readable. Whenever I commit a file that

Re: same upper and lower case directory name?

2013-02-20 Thread Daniel Shahaf
Yes, so long as you never check out ^/ or ^/tags/ (ie, parents of the QA-qa clash). Les Mikesell wrote on Tue, Feb 19, 2013 at 15:57:58 -0600: We have a project with some with paths like tags/QA/ that were created manually - for a mostly windows application. Now we'd like to start using

Re: Different commit message shown by SVN for the same commit

2013-02-20 Thread Daniel Shahaf
Bob Archer wrote on Wed, Feb 20, 2013 at 18:23:03 +: Dear all, I am not sure if this is a bug or I am missing something. But I just found a very unusual situation. Please refer to the screenshot below: Both parts in the above screenshot refer to the same revision in

Re: Bug in mailer.py

2013-02-18 Thread Daniel Shahaf
Agreed. This was introduced in r1439592. You can use r1439591 for now; I'll commit your fix shortly. Thanks! Peelman, Nick wrote on Mon, Feb 18, 2013 at 15:55:40 -0500: Using mailer.py fetched from: http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/mailer/ Running:

Re: Bug in mailer.py

2013-02-18 Thread Daniel Shahaf
the revision (eg. r4939)), but unless you're interested, I'm willing to fight that battle another day. -nick -- Peelman, Nick n...@peelman.us On Feb 18, 2013, at 16:36, Daniel Shahaf d...@daniel.shahaf.name wrote: Agreed. This was introduced in r1439592. You can use r1439591 for now

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-17 Thread Daniel Shahaf
that have diverged into multiple topics). On Fri, Feb 1, 2013 at 11:31 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Daniel Shahaf wrote on Fri, Feb 01, 2013 at 19:15:04 +0200: want to support any of the other security features. What are the appropriate values for the following

Re: Default values for args to svn_cmdline_create_auth_baton

2013-02-17 Thread Daniel Shahaf
Ryan Vordermann wrote on Sun, Feb 17, 2013 at 11:13:36 -0700: On Sun, Feb 17, 2013 at 2:51 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: On Fri, Feb 1, 2013 at 11:31 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Daniel Shahaf wrote on Fri, Feb 01, 2013 at 19:15:04 +0200: want

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 maintainable

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 s...@elego.de writes: It is possible that authz rules prohibit access to the path affected by the revision. In which case svnsync would silently

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 files

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
Andreas Mohr wrote on Sat, Feb 09, 2013 at 11:31:07 +0100: Hi, On Fri, Feb 08, 2013 at 03:45:29PM +0100, Stefan Sperling wrote: I cannot tell you what happened here and why the revisions in the mirro are empty. That sure is concerning. However there are known race conditions in

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 commit it anyway provided

Re: adding --include-externals to svn diff

2013-02-07 Thread Daniel Shahaf
Matt Hargett wrote on Wed, Feb 06, 2013 at 20:01:05 +: What other things would you like to discuss or have me research? Sorry, I don't have time at the moment to look into this further. In the meantime I suggest you take this thread to dev@. (I might be able to get back to this thread in

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

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't very

Re: SVN version history tickets?

2013-02-06 Thread Daniel Shahaf
a better suggestion. HTH Daniel Thank you! Anne -Original Message- From: Daniel Shahaf Sent: Wednesday, February 06, 2013 12:05 PM To: Anne Moroney Cc: users@subversion.apache.org Subject: Re: SVN version history tickets? In CHANGES, revision numbers refer to http

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

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 what I

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 the bug

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 usernames

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 responses I'm working on a utility that uses the svn

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 everything

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 seems

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 repro

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 the file 'c', I would not expect it to affect

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: 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 later

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 knowledge is

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

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 owning

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 p2 in product to a particular revision and have module1 and module2 be of that same revision without having to maintain the peg at trunk/plugin/p1/EXTERNALS which would have to be constantly moving.

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

2012-12-11 Thread Daniel Shahaf
Joost Mulder wrote on Tue, Dec 11, 2012 at 11:41:59 +: Hi, I had the same problem. Upgrading sqlite fixed it for me. Carmen ipkg install sqlite Upgrading sqlite on root from 3.7.13-1 to 3.7.14.1-1... Looking at sqlite upstream's changelog http://www.sqlite.org/changes.html, the

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 tschoen...@am-soft.de 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

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 d...@daniel.shahaf.name 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? I think in 1.8/fsfs it will byte

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 d...@daniel.shahaf.name writes: Philip Martin wrote on Thu, Nov 29, 2012 at 18:26:04 +: Daniel Shahaf d...@daniel.shahaf.name writes: Les Mikesell wrote on Thu, Nov 29, 2012 at 09:59:47 -0600

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 oha...@gmx.de 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: 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...

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: 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 k...@quipsy.de 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

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 net_rob...@timectrl.net 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

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 i am not sure does

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 = user1

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 stitch them into the broken

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 them

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 subversion

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: 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

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. The commit

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 on a debian host. I am trying to create and apply a patch on a repos

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 4 (supported

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): Server sent unexpected

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 ^/C if you did the move/copy as I suggested

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 *)

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

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. Now, the first thing that jumps out

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 the reference

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 correct but

Re: Editing svn:log property on file

2012-10-30 Thread Daniel Shahaf
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, Daniel Shahaf d...@daniel.shahaf.name wrote: IIRC svnsync would only complain about revisions add or modify

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

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

2012-10-30 Thread Daniel Shahaf
Matthias Gerstner wrote on Tue, Oct 30, 2012 at 17:21:39 +0100: echo -e \n here no revision r1 is present\n svn log -v new 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

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? Look

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 modify the

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. How are you

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
it was a literal question mark (0x3F) in the file or not. Then, after copying it over to the slave and running load, without the --bypass-prop-validation flag, the dump is loaded without any errors complaining about the encoding of the properties. -- Srdan Dukic On 30 October 2012 16:51, Daniel

Re: Editing svn:log property on file

2012-10-29 Thread Daniel Shahaf
Dukic On 30 October 2012 17:04, Daniel Shahaf d...@daniel.shahaf.name 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]). Where I expected to see: client?\146s Wrong expectation, dump files

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 formats are architecture-independent. Glad I'm

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 to

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

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 anything known?

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.) And what does that mean, that with older

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 repository backend. My repository backend is FSFS

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 do

Re: problem with dialog box uisng Tortoisesvn

2012-10-10 Thread Daniel Shahaf
computer? I installed the TortoiseSVN locally on my computer. Thanks On at, Sep 15, 2012 at 12:23 AM, Daniel Shahaf d...@daniel.shahaf.namewrote: 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

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 will

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.

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 dual

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,

Re: svndumpfilter and empty revisions

2012-09-30 Thread Daniel Shahaf
: On Fri, Sep 14, 2012 at 6:49 PM, Daniel Shahaf d...@daniel.shahaf.name wrote: Can you post the actual parts of the dumpfile for those empty revisions? (between successive Revision-number: lines) Sure. Posted below are a couple of revisions. I actually worked around this problem

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 volker.d...@gmx.net wrote: Original-Nachricht Datum: Wed, 26 Sep

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 below.

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: 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

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