Re: Using info2 in perl

2012-04-23 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Apr 24, 2012 at 01:34:16 +0300: > (Obligatory invitation for you to want to write a patch that exposes > svn_wc_status_func2_t to the Perl bindings goes here.) And thanks, etc. I'm just a bit too tired for the full boilerplate right now :-/

Re: assertion failed (opt || SVN_IS_VALID_REVNUM(rev))

2012-04-23 Thread 'Daniel Shahaf'
; Last Changed Date: 2012-04-20 19:33:29 -0400 (Fri, 20 Apr 2012) > > > > -Original Message- > From: Daniel Shahaf [mailto:danie...@elego.de] > Sent: Monday, April 23, 2012 1:34 PM > To: Gegerson, Jamie Mr CTR USA USACE > Cc: users@subversion.apache.org > Subject: Re:

Re: Subversion 1.6.18 released

2012-04-24 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Apr 14, 2012 at 18:28:05 +0300: > Stefan Sperling wrote on Sat, Apr 14, 2012 at 17:00:19 +0200: > > On Sat, Apr 14, 2012 at 10:05:36AM -0400, Nico Kadel-Garcia wrote: > > > It's cool. I've seen projects fork and keep the same name before

Re: Repo moved - how to update working copies

2012-04-25 Thread Daniel Shahaf
Johan Corveleyn wrote on Wed, Apr 25, 2012 at 10:50:53 +0200: > with 'svn switch --relocate'. This syntax works in all 1.x client versions, regardless of the value of x.

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Daniel Shahaf
Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100: > Yes, it doesn't work as you are checking /usr first, yet it should be > pkg-config first (or only) Can't be "only" pkg-config, as that would break the build on systems that don't have it.

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-26 Thread Daniel Shahaf
Alan Hourihane wrote on Thu, Apr 26, 2012 at 08:24:52 +0100: > On 04/26/12 04:38, Daniel Shahaf wrote: > > Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100: > >> Yes, it doesn't work as you are checking /usr first, yet it should be > >> pkg-config first

Re: "svn cl" input from "svn st"

2012-04-26 Thread Daniel Shahaf
-q hides '?' (unversioned) files from the output. Gary wrote on Thu, Apr 26, 2012 at 09:02:17 +0100: > I'm just wondernig if it's possible to pipe or otherwise use the output from > "svn st" into the "svn cl XYZ" command (for the file paths / names, > obviously). I can't even see any option to "

Re: "svn cl" input from "svn st"

2012-04-26 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Apr 26, 2012 at 10:39:23 +0200: > $ svn status | grep '^[A-Z]' | sed 's/^. \(.*\)$/\1/' The exact format of this output is subject to change with minor versions (1.7 to 1.8, etc). For example the 7th column (for tree conflicts) didn't exist in 1.4. The release

Re: Tortoise SVN unable to authenticate password

2012-04-26 Thread Daniel Shahaf
Without reading the context: Philip Martin posted just this week with a detailed explanation of when non-ASCII passwords would (and wouldn't) work over http. Nico Kadel-Garcia wrote on Thu, Apr 26, 2012 at 08:12:27 -0400: > On Thu, Apr 26, 2012 at 7:36 AM, Cooke, Mark wrote: > > > Hi Steve, > >

Re: Tortoise SVN unable to authenticate password

2012-04-26 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Apr 26, 2012 at 18:36:54 +0300: > Without reading the context: Philip Martin posted just this week with > a detailed explanation of when non-ASCII passwords would (and wouldn't) > work over http. (The bottom line was that the input on the client must resu

Re: annoyance: servers file format-- worked before 1.6.11

2012-04-26 Thread Daniel Shahaf
Which line did you remove whitespace from? (And please don't say "153". Show the line in context, and indicate which of the lines in the context it is. Thanks.) Will Fleming wrote on Thu, Apr 26, 2012 at 12:31:29 -0600: > Should I log this as a bug? > I made an option setting in the servers file

Re: annoyance: servers file format-- worked before 1.6.11

2012-04-26 Thread Daniel Shahaf
Will Fleming wrote on Thu, Apr 26, 2012 at 14:56:50 -0600: > Daniel, > > I sent the original message with nice yellow hilites etc. in HTML/rich > text pointing out the pertinent info-- I guess that got stripped down > to plain text, sorry. Exactly. > I'll remember this i

Re: SSL negotiation failed

2012-04-27 Thread Daniel Shahaf
Ek Tsoon Tan wrote on Fri, Apr 27, 2012 at 09:51:10 -0400: > Hello, > > I've recently been unable to perform svn update or svn commit on my > unix/linux machine. The error that shows is "...SSL negotiation failed: SSL > error: compression library error (...". Doing svn on Windows still works. > Do

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
*_tests.py look by default for svn in ../../svn/svn --- i.e., build outputs. Are you running from a built source tree? If not, pass --bin=/usr/bin.

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
As to "how could I know this" --- *_tests.py take a --help option, which lists --bin in its output.

Re: Can't commit after deleting files from repository

2012-04-28 Thread Daniel Shahaf
Can you post a transcript of your shell session, starting from a fresh checkout, and including the `svn status` output both before and after running 'svm delete'? What version of svn are you using? Have you tried 'svn commit' without any other arguments? nut wrote on Fri, Apr 27, 2012 at 11:36:5

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400: > If you're up for some testing, there are tools I've submitted to Repoforge > for building 1.6.18 and 1.7.4 over at http://www.github.com/nkadel/ All the > patches and .spec files for building the RPM's, compatble for RHEL 4, 5, > and

Re: Error in nitial Run of basic_tests.py

2012-04-28 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > On Sat, Apr 28, 2012 at 5:27 PM, Daniel Shahaf wrote: > > > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 16:56:54 -0400: > > > If you're up for some testing, there are tools I've submitted to &

Re: Error in nitial Run of basic_tests.py

2012-04-29 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Apr 29, 2012 at 08:48:27 -0400: > On Sun, Apr 29, 2012 at 1:31 AM, Daniel Shahaf wrote: > > > Nico Kadel-Garcia wrote on Sat, Apr 28, 2012 at 21:38:59 -0400: > > > > > > SKIP and XFAIL are not errors. FAIL are errors. XPASS are not

Re: Error in nitial Run of basic_tests.py

2012-04-30 Thread Daniel Shahaf
Tom Bing wrote on Mon, Apr 30, 2012 at 09:55:33 -0400: > Hi Folks, > > The earlier guidance was a great help. Specifically, this info from Daniel > on Apr 28: > > > *_tests.py look by default for svn in ../../svn/svn --- i.e., build > > outputs. Are you running from a

Re: Error in nitial Run of basic_tests.py

2012-04-30 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Apr 30, 2012 at 17:13:06 +0300: > Tom Bing wrote on Mon, Apr 30, 2012 at 09:55:33 -0400: > > Folks, I did try to study the testing READMEs and the info at > > http://subversion.apache.org/docs/community-guide/building.html before I > > posted h

Re: Memory leaks after prod upgrade of subversion to 1.7.2

2012-05-01 Thread Daniel Shahaf
http://subversion.apache.org/docs/community-guide/mailing-lists.html#fresh-post It would be useful to know what backend you use (FSFS or BDB), what authn and authz configuration you have, and what is the minimal httpd config that still reproduces the leak. Daniel Rp0013 wrote on Mon, Apr 30

Re: error when upgrading working copy

2012-05-01 Thread Daniel Shahaf
Philip Martin wrote on Tue, May 01, 2012 at 10:43:20 +0100: > Ryan Schmitz writes: > > > Is there another way for me to run 'svn status'? > > We might be able to do without. It's unfortunate that the abort message > doesn't give us the filename, if you can run under a debugger the stack > trace

Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Daniel Shahaf
system("$SVNKIT_HOME/bin/jsvn") (aka os.system() in Python). Beyond that, This does not seem to be a bug in the test harness itself, so please follow up on the SVNKit lists. Good luck! Daniel

Re: Error in nitial Run of basic_tests.py

2012-05-01 Thread Daniel Shahaf
Tom Bing wrote on Tue, May 01, 2012 at 20:04:41 -0400: > I appreciate your advice, I'll check the SVNKit lists. > > Judging from the access timestamps (ls -lu jsvn*) the "jsvnadmin" > script was the only one that had been accessed when this > basic_tests.py run failed. Not surprising; 'svnadmin c

Re: Can't commit after deleting files from repository

2012-05-02 Thread Daniel Shahaf
Lorenz wrote on Wed, May 02, 2012 at 06:40:03 +: > nut wrote: > > >I'm trying to delete some files from my repository. After "svn delete > >", I get > > > >D > > > >as expected, but when I try to commit, I get > > > >svn: Commit failed (details follow): > >svn: ' is not under version control

Re: Are some global ignore patterns hard coded in svn?

2012-05-04 Thread Daniel Shahaf
Dario Marini wrote on Fri, May 04, 2012 at 16:04:17 +0200: > In order to avoid the ignore of files matching those patterns I have to > define the global-ignores parameter in config file and set it to empty. > > Am I missing something? No.

Re: does svn support one 'Centralized Metadata Storage' across diffent working copies ?

2012-05-07 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, May 07, 2012 at 18:12:30 +0200: > On Mon, May 07, 2012 at 11:51:44AM -0400, Bob Archer wrote: > > It sounds like what he is asking for more than a "shared working copy > > metadata" is sharing the pristine. For example, if I have a file that is in > > 10 branches and

Re: split svn

2012-05-07 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, May 07, 2012 at 12:49:58 -0500: > On May 7, 2012, at 11:18, Moty wrote: > > > I want to make svn history smaller. I have 55000 revisions > > and it make life slower for developers. > > > How does having 55,000 revisions make things slow? > Perhaps it's an unsharded F

Re: svn commands and dos redirection

2012-05-07 Thread Daniel Shahaf
See line 1063:1085 of https://svn.apache.org/repos/asf/subversion/trunk/subversion/svnlook/main.c for one possible explanation. If that is the case here, too, you would need to disable stdout buffering --- adding a flush() call to svn's code is the easiest way, but perhaps not the only way, to do

Re: 'svn incoming'

2012-05-08 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, May 08, 2012 at 20:20:27 +0200: > So 'svn status -u' is a better equivalent to 'hg incoming' than > 'svn log -rBASE:HEAD'. But, in most cases, the log command will show > what you're interested in. For completeness, using 'svnversion' in combination with 'svn log' can

Re: 'svn incoming'

2012-05-08 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, May 08, 2012 at 20:48:56 +0200: > On Tue, May 08, 2012 at 09:45:12PM +0300, Daniel Shahaf wrote: > > Stefan Sperling wrote on Tue, May 08, 2012 at 20:20:27 +0200: > > > So 'svn status -u' is a better equivalent to 'hg incoming'

Re: Error with file externals

2012-05-09 Thread Daniel Shahaf
Hi, just wanted to say thanks for the effective bug report. I'm not able to look further into this right now but I hope someone else will. Daniel Stefan Podskubka wrote on Wed, May 09, 2012 at 09:20:59 +0200: > Hello, > >> So maybe it is related to the server version and

Re: Error with file externals

2012-05-09 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, May 09, 2012 at 11:12:10 +0200: > On Wed, May 09, 2012 at 11:09:35AM +0300, Daniel Shahaf wrote: > > Hi, just wanted to say thanks for the effective bug report. > > Yes, it is very good indeed. > > > I'm not able to look further i

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

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

Re: svnadmin verify produces "file not found"

2012-05-21 Thread Daniel Shahaf
y while accessing the corrupted repository through svn:// or http:// with authz set to deny read access to the offending file. Cheers, Daniel

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

Potential issue in libsvn_diff:diff_file.c:find_identical_prefix

2012-06-07 Thread Daniel Widenfalk
at the same spot. Rinse and repeat. Are these a known issues? In my case this results in an infinite loop on the following input string: 23 0a 23 20 54 68 69 73 20 70 72 6f 6a 65 63 I found this out when my svn-client spiraled into an infinite loop and would not respond to ctrl-c during a "svn up" command. Regards /Daniel Widenfalk

Re: Potential issue in libsvn_diff:diff_file.c:find_identical_prefix

2012-06-07 Thread Daniel Widenfalk
On 2012-06-07 11:47, Bert Huijben wrote: > > >> -Original Message- >> From: Bert Huijben [mailto:b...@qqmail.nl] >> Sent: donderdag 7 juni 2012 11:34 >> To: 'Daniel Widenfalk'; d...@subversion.apache.org; >> users@subversion

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

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

svnsync: E160013

2012-07-30 Thread Wagner Daniel
commit was successful on the main subversion server but svnsync isn't able to sync because the version of the mirror repository is behind the master repository. Any ideas how to solve this? Regards, Daniel

Re: svnsync: E160013

2012-07-31 Thread Wagner Daniel
tcopy \\server1\d$\Subversion\Repositories\VTRSTCIT \\server2\d$\Subversion\Repositories\VTRSTCIT 2. svnsync initialize --allow-non-empty --source-username subversion_svc --sync-username subversion_svc http://svn-k/svn/VTRSTCIT https://svn/svn/VTRSTCIT Regarding the errors on svn update - I co

AW: svnsync: E160013

2012-07-31 Thread Wagner Daniel
Hello, > -Ursprüngliche Nachricht- > Guten Tag Wagner Daniel, > am Dienstag, 31. Juli 2012 um 12:49 schrieben Sie: [...] > I had a second look at your path: > > > '/svn/VTRSTCIT/!svn/txr/4174- > 387/BusinessObjects/Reports/ENDUR/ENDUR_Co

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

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

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

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