Re: [math] Strange svn conflict

2011-12-28 Thread Daniel Shahaf
te it. > > > I'll try my best to do that. > Thanks. Sébastien Brisard wrote on Tue, Dec 27, 2011 at 21:41:59 +0100: > Hi, > > Le 27 décembre 2011 14:06, Daniel Shahaf a écrit : > >> > - How to reproduce the errors you saw?  Can you show the output of `svn &

Re: [math] Strange svn conflict

2011-12-27 Thread Daniel Shahaf
> > - How to reproduce the errors you saw?  Can you show the output of `svn > >  diff` at the time of a failed commit attempt? > > > I hope this mailing list allows for attachements, in which case you > will find attached the patch I've been trying to commit for several > days now. It is a rather l

Re: [math] Strange svn conflict

2011-12-27 Thread Daniel Shahaf
Sébastien Brisard wrote on Mon, Dec 26, 2011 at 19:00:48 +0100: > > > > - Why would the N other files have been committed in that revision? > >  Recall that those files had no text changes and their property lists > >  were re-set to the values they already had. > > > I now recall what hapened at t

Re: [math] Strange svn conflict

2011-12-24 Thread Daniel Shahaf
[ CC += users@svn; context for them: 'svn commit' error report, and discovery that 'log -qv r1210359' differs between svn.eu.a.o and svn.us.a.o; it appears that only 'log -qv' is wrong (false positives) but the file contents/props are fine ] Sébastien Brisard wrote on Sat, Dec 24, 2011 at 17:37:02

Re: assertion failure when using serf instead of neon RA.

2011-12-24 Thread Daniel Shahaf
Vick Khera wrote on Fri, Dec 23, 2011 at 10:18:26 -0500: > On a FreeBSD 8.2/amd64 box, if I build svn using the serf RA library, > I get an assertion fail (and core dump) when accessing a particular > remote repository. When I recompile svn using neon, I do not get this > error: > FTR, you can c

Re: Concurrent access via file and dav

2011-12-22 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Dec 22, 2011 at 13:35:11 +0100: > On Thu, Dec 22, 2011 at 11:37:27AM +0100, Hendrik Fuß wrote: > > Am 22.12.2011 um 11:24 schrieb vishwajeet singh: > > > > > On Thu, Dec 22, 2011 at 2:23 PM, Hendrik wrote: > > > Hi folks, > > > > > > is it safe to access a repositor

Re: Problem running svnsync - Error retrieving replay REPORT (28): No space left on device

2011-12-22 Thread Daniel Shahaf
$TMPDIR $TEMP $TMP envvars, but /tmp isn't used for building txns. Curley, John wrote on Thu, Dec 22, 2011 at 12:17:41 +: > I have more information. > > The svnsync sync command is filling up the /tmp partition on the source side > (building the transaction). > > Is there a way to specify a

Re: svn 1.6 - compression svndiff format data failed

2011-12-21 Thread Daniel Shahaf
https://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/svn-viewspec.py Phil wrote on Wed, Dec 21, 2011 at 16:44:36 -0800: > Well, it turns out that the other application does not support svn v1.7 but > only v1.6. Too bad I still cannot get v1.6 to perform massive checkout > using th

Re: svn 1.6 - compression svndiff format data failed

2011-12-20 Thread Daniel Shahaf
Phil wrote on Tue, Dec 20, 2011 at 17:22:52 -0500: > Whenever I use "svn://" protocol to checkout numerous files at one time, I > get the error "svn: compression svndiff failed data" at some point. (You either misquote the message or mistranslate it. In the latter case, set LC_ALL=C in your envir

Re: RewriteRule breaks slave SVN commits for 1.6.x clients only

2011-12-20 Thread Daniel Shahaf
Pinzone Gerard (DS-1) wrote on Tue, Dec 20, 2011 at 20:50:44 +: > Designation: Non-SSA/Finmeccanica > > Daniel Shahaf wrote: > > Yeah, but you do that in three round-trips rather than two: > > > > GET /foo//bar//baz > > 301 Moved Permanently > > L

RE: RewriteRule breaks slave SVN commits for 1.6.x clients only

2011-12-20 Thread Daniel Shahaf
On Tue, Dec 20, 2011, at 20:28, Pinzone Gerard (DS-1) wrote: > Designation: Non-SSA/Finmeccanica > > Daniel Shahaf wrote: > >> That's a solution much like cutting off a finger to get rid of a splinter. > >> Yeah it works, but... > >> > > Dis

Re: RewriteRule breaks slave SVN commits for 1.6.x clients only

2011-12-20 Thread Daniel Shahaf
Pinzone Gerard (DS-1) wrote on Tue, Dec 20, 2011 at 19:52:04 +: > Designation: Non-SSA/Finmeccanica > > Daniel Shahaf wrote: > > > The Apache Subversion Project does not release binaries, official or > > otherwise. CollabNet, Inc. is > one of several

Re: RewriteRule breaks slave SVN commits for 1.6.x clients only

2011-12-20 Thread Daniel Shahaf
Pinzone Gerard (DS-1) wrote on Tue, Dec 20, 2011 at 19:09:16 +: > Designation: Non-SSA/Finmeccanica > > I was having problems performing a commit on a slave server using > a 1.6.17 client, but not when using the newer 1.7.x client. This > started occurring when I upgraded from the latest 1.

Re: E175002: The POST request returned invalid XML in the response: XML parse error

2011-12-20 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Dec 20, 2011 at 02:43:48 +0200: > > I then added a new directory with a bunch of files and wanted to > > commit, but it complained with: > > > > > svn ci -m "some comment" > > svn: E175002: Commit failed (details follow):

Re: E175002: The POST request returned invalid XML in the response: XML parse error

2011-12-20 Thread Daniel Shahaf
Mojca Miklavec wrote on Tue, Dec 20, 2011 at 09:53:46 +0100: > On Tue, Dec 20, 2011 at 01:43, Daniel Shahaf wrote: > > Can you capture the XML response on the wire and share it here?  (with > > wireshark, or neon-debug-mask)  If it contains sensitive stuff feel free > > to sha

Re: E175002: The POST request returned invalid XML in the response: XML parse error

2011-12-19 Thread Daniel Shahaf
Mojca Miklavec wrote on Mon, Dec 19, 2011 at 16:56:05 +0100: > Hello, > > I create a new repository on server with > svncreate /path/to/repos/suite > and added the rights (everyone is allowed to read, I'm also allowed to > edit). Server reports: > > > svn --version > svn, version 1.7.2 (r1207

Re: why does svn upgrade contact the server?

2011-12-15 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Dec 15, 2011 at 12:37:00 +0100: > 'svn upgrade' contacts the server when upgrading very old working > copies which didn't store the repository root and UUID. For the record, how old is "old" here? 1.5? 1.0?

Re: Circular cleanup/checkout problem using Subversion 1.7

2011-12-15 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Dec 15, 2011 at 09:33:00 +0100: > After that, you can perform a new checkout on Windows. I don't think > you can salvage your partly checked out working copy, you should get a > new one (and if necessary, transfer your local changes to the new > working copy manually).

Re: Possible regression with empty checkouts of repos in 1.7.

2011-12-15 Thread Daniel Shahaf
You're seeing intended behaviour, including the --set-depth=exclude feature (which is new in 1.6). Thomas Dziedzic wrote on Wed, Dec 14, 2011 at 21:10:56 -0600: > Hi, > > I used to be able to do: > svn checkout --depth=empty svn://svn.archlinux.org/packages > cd packages > svn up pacman > rm -r p

Re: Invalid character "/" in revision list

2011-12-15 Thread Daniel Shahaf
Thomas Gier wrote on Thu, Dec 15, 2011 at 08:40:22 +0100: > I found 3 corrupted revisions so far starting at rev. 12943, HEAD > was at 14667 yesterday evening. I haven't checked in depth yet, There are two different sorts of corruption: - Filesystem corruption: the filesystem backend (FSFS or BDB

Re: Invalid character "/" in revision list

2011-12-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Dec 14, 2011 at 18:33:06 +0200: > Thomas Gier wrote on Wed, Dec 14, 2011 at 17:10:26 +0100: > > I know that by fiddling with these entries the mergeinfo will get > > useless for this particular file/revision. I really don't like the > > No,

Re: Invalid character "/" in revision list

2011-12-14 Thread Daniel Shahaf
Thomas Gier wrote on Wed, Dec 14, 2011 at 17:10:26 +0100: > Hello, > > this is my first post to the list so first of all I'd like to say > hello to everybody :). > > I'm stuck with a problem for which even google doesn't seem to find > a solution, so I decided to post to this list. We're using SV

Re: Disk space problem

2011-12-13 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Tue, Dec 13, 2011 at 08:51:03 +0100: > Am 12.12.2011 23:40, schrieb Xiaogang Zhang: > >I am not too familiar with SVN, but have to use it now, on a Windows > >2003 server. > > > >I have created a repository in the disk E, and start to import a large > >project to it. In the

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-13 Thread Daniel Shahaf
Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 22:03:15 +: > Daniel Shahaf daniel.shahaf.name> writes: > > Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 20:59:00 +: > > > I am now able to access svn:// urls, so the local problem is > > > masked, although not

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 20:59:00 +: > I am now able to access svn:// urls, so the local problem is masked, although > not fully understood. I'd like to follow it to the cause so I can file a > Gentoo > bug if needed. > Can you eavesdrop the svn:// protocol handshake and

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Dec 12, 2011 at 20:58:39 +0100: > On Mon, Dec 12, 2011 at 07:53:42PM +, Jeff Kowalczyk wrote: > > Stefan Sperling elego.de> writes: > > > > > > > > What dependency of subversion would be involved with svn:// URLs only, > > > > such that > > > > a problem with tha

Re: svn: E170001: Unable to connect to a repository at URL svn://

2011-12-12 Thread Daniel Shahaf
Jeff Kowalczyk wrote on Mon, Dec 12, 2011 at 19:28:59 +: > What dependency of subversion would be involved with svn:// URLs only, such > that > a problem with that dependency would not affect subversion's ability to > interface with http(s):// urls? cyrus-sasl (which is an optional dependenc

Re: Which version of subversion is the best?

2011-12-12 Thread Daniel Shahaf
1.7.2 --- the release (.2) in the latest minor line (1.7.x) aykut kanyılmaz wrote on Mon, Dec 12, 2011 at 14:38:55 +0200: > Hi, > > I'm planning to upgrade existing subversion. we recently use subversion > 1.4.5. > > I'm asking about versions of subversion. > > which one is the best? and why is

Re: small feature request: when checkout/update print out svn:external addresses

2011-12-09 Thread Daniel Shahaf
Daniel Shahaf wrote on Fri, Dec 09, 2011 at 09:06:38 +0200: > How would you avoid overflowing the terminal width when the external's > URL is absolute? > To answer my own question: only print the absolute URL of an external when the property specifies a relative external. >

Re: Python-subversion

2011-12-09 Thread Daniel Shahaf
Marc Schlinger wrote on Fri, Dec 09, 2011 at 10:02:16 +0100: > Le jeudi 08 décembre 2011 à 19:39 +0200, Daniel Shahaf a écrit : > > Marc Schlinger wrote on Thu, Dec 08, 2011 at 16:00:03 +0100: > > > Le jeudi 08 décembre 2011 à 15:20 +0200, Daniel Shahaf a écrit : > > >

Re: small feature request: when checkout/update print out svn:external addresses

2011-12-08 Thread Daniel Shahaf
How would you avoid overflowing the terminal width when the external's URL is absolute? Dmitry Bolshakov wrote on Thu, Dec 08, 2011 at 18:25:38 +0400: > Hi > > not long ago we have made some reorganization in repository, but forgot to > make svn:external relative instead of absolute > and I was

Re: Python-subversion

2011-12-08 Thread Daniel Shahaf
Marc Schlinger wrote on Thu, Dec 08, 2011 at 16:00:03 +0100: > Le jeudi 08 décembre 2011 à 15:20 +0200, Daniel Shahaf a écrit : > > Marc Schlinger wrote on Thu, Dec 08, 2011 at 14:07:06 +0100: > > > Hello, > > > > > > I'm using subversion and pyt

Re: Python-subversion

2011-12-08 Thread Daniel Shahaf
Marc Schlinger wrote on Thu, Dec 08, 2011 at 14:07:06 +0100: > Hello, > > I'm using subversion and python-subversion on a debian squeeze system. > The package version is 1.6.12dfsg-4. > > I'm trying to modify the behavior of the changed command of the > svnlook.py file provided by python-subversi

Re: New to SVN

2011-12-08 Thread Daniel Shahaf
Case in point: the last two paragraphs you just wrote should be written up somewhere other than the mailing list archives. :-P Stefan Sperling wrote on Thu, Dec 08, 2011 at 12:21:42 +0100: > On Thu, Dec 08, 2011 at 07:20:44AM +, Cooke, Mark wrote: > > > Do I have to have my working folder and

Re: make check failure in op-depth-test SVN 1.7.2/Ubuntu 8.10

2011-12-06 Thread Daniel Shahaf
ppreciate the advice; > otherwise, I'll post back when I have either success or more questions. > > Thank you for pointing me in a useful direction. Erik > > -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Tuesday, December 06,

Re: make check failure in op-depth-test SVN 1.7.2/Ubuntu 8.10

2011-12-06 Thread Daniel Shahaf
Erik Hemdal wrote on Tue, Dec 06, 2011 at 15:47:11 -0500: > I found a defunct process lt-svnadm on my machine after starting the test > run. I'm not sure if that's related, but it is unusual. > Unrelated. The C tests don't run svnadmin > Can anyone suggest either a trailhead to start looking

Re: Unexpected files in folder repository\db\...

2011-12-05 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, Dec 05, 2011 at 14:33:18 -0600: > On Dec 5, 2011, at 08:32, Martin Bischoff wrote: > > > -> is it expected that such transaction and locks files and folders remain > > in the db folder or is this an indication that there is a problem? > > > Dead transactions can occur

Re: chakra linux binary packages

2011-12-04 Thread Daniel Shahaf
Please send a patch against the site source: http://subversion.apache.org/patches http://svn.apache.org/repos/asf/subversion/site Drake Justice wrote on Sat, Dec 03, 2011 at 14:34:10 -0500: > im not sure if this is the place for this, but i was browsing the > downloads/packages page @ http://sub

Re: Issue with upgrade/server move to 1.7.1

2011-12-04 Thread Daniel Shahaf
Fixed on #svn, right? Justin Finkelstein wrote on Sun, Dec 04, 2011 at 16:24:30 +: > Hi guys > > Today I've moved my SVN repository from 1.5.1 to 1.7.1, located on a new > server. Having done this, I've upgraded the repositories served and am > getting an odd error when testing. > > On the s

Re: bug 4035 is not really fixed

2011-11-29 Thread Daniel Shahaf
On Tuesday, November 29, 2011 1:04 PM, "Philip Martin" wrote: > Philip Martin writes: > > >> Is there any query I can run on my wc to help identify the problem? > > > > The one I gave last time: > > > > select * from work_queue > > > > That's the starting point of the investigation. > > Const

Re: Queries about SVN (Security related)

2011-11-28 Thread Daniel Shahaf
ssumes that the changes sent to the server are those committed, and updates the wc state based on the changes sent.) > On Monday, November 28, 2011 8:36 AM, "Daniel Shahaf" > wrote: > > I haven't read the thread but I'd like to clarify one thing: a pre- > &

RE: Queries about SVN (Security related)

2011-11-27 Thread Daniel Shahaf
w up on dev@ ] On Monday, November 28, 2011 8:36 AM, "Daniel Shahaf" wrote: > I haven't read the thread but I'd like to clarify one thing: a pre- > commit hook sees the transaction (ie, candidate revision) as it will > exist once committed. It sees exactly what is

RE: Queries about SVN (Security related)

2011-11-27 Thread Daniel Shahaf
I haven't read the thread but I'd like to clarify one thing: a pre- commit hook sees the transaction (ie, candidate revision) as it will exist once committed. It sees exactly what is deleted and what is modified. And it can accept or reject it on that basis. On Monday, November 28, 2011 11:47 AM

Re: svn patch seems to mangle some properties, specifically svn:eol-style

2011-11-25 Thread Daniel Shahaf
Looks like it's a known issue, see 3430 @XFail() 3431 @Issue(3814) 3432 def patch_set_prop_no_eol(sbox): 3433 "patch doesn't append newline to properties" 3618 @XFail() 3619 @Issue(3991) 3620 def patch_lacking_trailing_eol(sbox): 3621 "patch file lacking trailing eol" which are currently the

Re: BDB backend in SVN 1.7.1

2011-11-25 Thread Daniel Shahaf
imple tests and it seems to work nicely. However, I'm not sure > whether it will work with more complicated cases like copying, deleting, etc. > > > Vyacheslav > > On Nov 25, 2011, at 1:15 PM, Daniel Shahaf wrote: > > > "left as an exercise for the reader&

Re: BDB backend in SVN 1.7.1

2011-11-25 Thread Daniel Shahaf
l free to raise them on this list.) Vyacheslav Zholudev wrote on Fri, Nov 25, 2011 at 13:07:52 +0100: > Thanks, Daniel. That's the pointer I needed. > However, I didn't understand what LAAEFTR means. > > Vyacheslav > > > On Nov 25, 2011, a

Re: BDB backend in SVN 1.7.1

2011-11-25 Thread Daniel Shahaf
to easily switch between approaches > of representing history information? > > Thanks, > Vyacheslav > > On Nov 25, 2011, at 11:59 AM, Daniel Shahaf wrote: > > > Vyacheslav Zholudev wrote on Fri, Nov 25, 2011 at 11:13:00 +0100: > >> > >>> Old BDB-

Re: BDB backend in SVN 1.7.1

2011-11-25 Thread Daniel Shahaf
Vyacheslav Zholudev wrote on Fri, Nov 25, 2011 at 11:13:00 +0100: > > > Old BDB-backed repositories stored the older revision as fulltext and > > newer revisions as deltas. > > Really? It seems that I should have swapped "older" and "newer" in the quoted sentence. Thanks for catching that. >

Re: BDB backend in SVN 1.7.1

2011-11-24 Thread Daniel Shahaf
Old BDB-backed repositories stored the older revision as fulltext and newer revisions as deltas. Repositories created with or 'svnadmin upgrade'd by 1.6 and newer reverse this for new revisions of files (while making sure not to introduce a dependency loop in the direction of deltas). http://subv

Re: svn and autoconf

2011-11-19 Thread Daniel Shahaf
Andreas Krey wrote on Sat, Nov 19, 2011 at 17:27:16 +0100: > When producing a release .tar file that shall not use autoconf, > run autoconf, remove the autoconf rule from the makefile, and > tar the result (with or without configure.in). Example: tools/dist/release.py in Subversion's trunk.

Re: Assertion failed and crash with 1.7.1

2011-11-17 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Nov 17, 2011 at 13:55:51 +0100: > On Thu, Nov 17, 2011 at 1:02 PM, Philip Martin > wrote: > > Attila Nagy writes: > > > >> On 11/16/11 18:40, Philip Martin wrote: > >>> Attila Nagy  writes: > >>> > I use pysvn for this and basically the code looks like this (in

Re: svnadmin load is slow for many small revisions

2011-11-16 Thread Daniel Shahaf
We are not going to fix any speed issues in 1.5. That said, why are you so sure you must use exactly 1.4? Subversion 1.7 can create, read, and write 1.4 repositories. And there have been significant performance improvements in the past four years... Vyacheslav Zholudev wrote on Tue, Nov 15, 20

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

2011-11-14 Thread Daniel Shahaf
Aleksandr Sidorenko wrote on Mon, Nov 14, 2011 at 11:06:49 -0500: > Hi everyone, > > I've searched the mailing list archive for this error, but results were > pretty limited. I also haven't found a fix elsewhere on the web. > > The exact error I am getting upon a commit is: > How reproducible

Re: write-through-proxy and checksum error - URL path mangled in text data

2011-11-13 Thread Daniel Shahaf
Sebastian Brandt wrote on Fri, Nov 11, 2011 at 10:22:31 +0100: > How can I find out in which subversion releases the r878607, r916286 > and r1064734 are included? Use the 'svn mergeinfo' command on Subversion's repository: % U=http://svn.apache.org/repos/asf/subversion % svn mergeinfo --show-revs

Re: svn copy doesn't honour "--quiet" in 1.7.1 ??

2011-11-13 Thread Daniel Shahaf
Philip Martin wrote on Fri, Nov 11, 2011 at 11:16:45 +: > "Zibetti Paolo" writes: > > > With Subversion version 1.6.x, I could add the "--quiet" switch to the > > "svn copy" command to suppress all output in case the command succeeds. > > > > With Subversion version 1.7.1 "svn copy --quiet ..

Re: Status S

2011-11-12 Thread Daniel Shahaf
Konstantin Kolinko wrote on Sat, Nov 12, 2011 at 11:00:10 +0400: > 2011/11/12 Germán Arias : > > Hi. After replace a file inside directory "staticOfRigidBodies", > > seems like I have a branch: > > > > german@german-desktop:~/Instalados/FisicaLab$ svn status > > ?      FisicaLab.app > > ?      obj

Re: Checkout time after svnserve restart

2011-11-10 Thread Daniel Shahaf
There's in-memory caching, and more so in 1.7, but no on-disk cache files. See the 1.7 release notes. On Thursday, November 10, 2011 8:49 PM, "Stefan Lock" wrote: > Hi, > I´m wondering about the checkout time of our svnserver. > The first checkout after restarting svnserve (or httpd) is very slo

Re: Subversion repository config problem

2011-11-08 Thread Daniel Shahaf
On Wednesday, November 09, 2011 11:03 AM, "Tony Butt" wrote: > On Tue, 2011-11-08 at 13:50 +0200, Daniel Shahaf wrote: > > Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > > > Hi all, > > > > > > We have recently upgraded our subversio

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Tue, Nov 08, 2011 at 13:27:46 +0100: > Am 08.11.2011 12:53, schrieb Daniel Shahaf: > >Regarding empty revisions, even if Subversion prevents them in the UI > >I won't be entirely surprised to discover that a program written to our > >lower-level p

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
Jö Fahlke wrote on Tue, Nov 08, 2011 at 12:47:43 +0100: > Am Tue, 8. Nov 2011, 12:53:47 +0200 schrieb Daniel Shahaf: > > How does git-svn deal with a revision that contains only no-op text > > mods and no prop mods (such as the one you created in your > > COPYING'

Re: Subversion repository config problem

2011-11-08 Thread Daniel Shahaf
Tony Butt wrote on Tue, Nov 08, 2011 at 15:07:55 +1100: > Hi all, > > We have recently upgraded our subversion servers from 1.6.17 to 1.7.1, > and as I usually do when making the 'semi-major' upgrade, dumped and > reloaded the repository. > 1.6 and 1.7 use the same backend format. dump/load ga

Re: Creating commits with empty changesets

2011-11-08 Thread Daniel Shahaf
On Tuesday, November 08, 2011 10:47 AM, "Jö Fahlke" wrote: > Am Tue, 8. Nov 2011, 09:05:39 + schrieb Giulio Troccoli: > > I really don't understand why you can't use > > > > svn pe svn:log > > * Because it creates problems for people who already updated to the faulty > commit (e.g. with

Re: 1.7.1 working copies - verification

2011-11-07 Thread Daniel Shahaf
The real answer is "Run tools/dev/wc-format.py". If you can't do that, look for **/.svn/wc.db. In 1.7, the shell command % sqlite3 .svn/wc.db 'pragma user_version;' returns the magic number SVN_WC__FORMAT_NUMBER == 29. joe.floe...@sungard.com wrote on Mon, Nov 07, 2011 at 20:50:10 +: > Ho

Re: Creating commits with empty changesets

2011-11-07 Thread Daniel Shahaf
Assuming you have a versioned file called 'iota', % cp iota iota2 % echo >> iota % svn ci iota (editor pops up) (shell out from editor) % cp iota2 iota % exit (back to editor) (enter commit message) (exit editor) Jö Fahlke wrote on Mon, Nov 07, 2011 at 22:34:53 +0100: > Hi! > > Is there any way

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-07 Thread Daniel Shahaf
On Sunday, November 06, 2011 6:49 PM, "Nico Kadel-Garcia" wrote: > If device nodes and pipes are protected by being "unversioned" and > impossible to "version", It's definitely possible to have a special file obstruct a versioned file... (svn checkout wc; /bin/rm wc/iota; mk{nod,fifo,..} wc/iot

Re: Error during large checkouts with serf

2011-11-06 Thread Daniel Shahaf
I don't recall seeing this error message reported before. When the error message says "your host machine" does it refer to your workstation? If so have you tried another workstation (running a different OS or OS version if possible)? James Chan wrote on Thu, Nov 03, 2011 at 17:40:26 -0700: > I h

Re: "Invalid authz configuration" verbose?

2011-11-04 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Nov 04, 2011 at 13:05:51 +0100: > On Fri, Nov 04, 2011 at 01:45:14PM +0200, Daniel Shahaf wrote: > > > > > > On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez" > > wrote: > > > Hello, > > > > > &g

Re: "Invalid authz configuration" verbose?

2011-11-04 Thread Daniel Shahaf
On Friday, November 04, 2011 12:15 PM, "Alvaro Gonzalez" wrote: > Hello, > > I have encountered from time to time the problem that someone (or an > script) modified an authz file in such a way that it blocked the access > completely to the repository: > > "Invalid authz configuration"

Re: subversion 1.7.1: can't checkout from hudson

2011-11-03 Thread Daniel Shahaf
Matthias Bühler wrote on Thu, Nov 03, 2011 at 12:04:04 +: > Hi, > > I have a problem checking out folders from a subversion repository. > > We're using the hudson continuous integration system to build projects that > are on a subversion server. We're currently considering to upgrade to serv

Re: post-commit hook problems with SMTP

2011-11-03 Thread Daniel Shahaf
David Weintraub wrote on Thu, Nov 03, 2011 at 12:46:52 -0400: > I've written a Perl post-commit hook that emails out via SMTP. I was > getting the following error when I try to do a commit: > > Sendingsubversion/README > Transmitting file data .svn: Commit failed (details follow):

Re: Message: Access to '/repos/asf/!svn/me' forbidden

2011-11-03 Thread Daniel Shahaf
Use https instead of http Wojcik, Robert C. wrote on Wed, Nov 02, 2011 at 15:26:36 -0400: > Hi all: > > Why would this error message be generated when accessing the apache > subversion repository using the "Update to revision" command from the repo > window for the Apache ActiveMQ trunk? > >

Re: Apparent "svn rm" scaling problem in 1.7.x

2011-11-01 Thread Daniel Shahaf
Perhaps xpost this to dev@ at some point :) Philip Martin wrote on Tue, Nov 01, 2011 at 18:44:29 +: > Stefan Sperling writes: > > > On Tue, Nov 01, 2011 at 06:29:59PM +, Philip Martin wrote: > >> I put in the ORDER BY to preserve the parents before children > >> notification used by 1.6.

Re: 1.7.1: E200033: database is locked, executing statement 'RELEASE s0'

2011-11-01 Thread Daniel Shahaf
Neil Bird wrote on Tue, Nov 01, 2011 at 16:13:05 +: > Around about 01/11/11 13:22, Daniel Shahaf typed ... > >... However you mentioned CIFS-mounted working > >copies, in which case the issue will be concurrent access not to the > >repository but to the working copy. >

Re: 1.7.1: E200033: database is locked, executing statement 'RELEASE s0'

2011-11-01 Thread Daniel Shahaf
On Tuesday, November 01, 2011 1:12 PM, "Neil Bird" wrote: > Around about 01/11/11 12:12, Daniel Shahaf typed ... > > "database is locked" is the error SQLite would give when it tries to write > > to a database (.svn/wc.db) on which some other process already

Re: 1.7.1: E200033: database is locked, executing statement 'RELEASE s0'

2011-11-01 Thread Daniel Shahaf
"database is locked" is the error SQLite would give when it tries to write to a database (.svn/wc.db) on which some other process already has a write-lock. The SQLite documentation: http://www.sqlite.org/atomiccommit.html http://www.sqlite.org/lockingv3.html states SQLite relies on POSIX advis

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Daniel Shahaf
Erwane Breton wrote on Fri, Oct 28, 2011 at 12:31:52 +0200: > The install of my virtualbox, for Daniel Shahaf, maybe solved the > problem, in local. > If it's work with minimal configuration, something goes wrong in my > apache config. > If you find what the problem was, ple

Re: tortoise 1.7 - error on repository manipulation

2011-10-28 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Oct 27, 2011 at 22:12:46 +0200: > Does it work with a 1.6 client? > dcz, thanks. Erwane, can you provide a minimal server configuration that reproduces the bug? The svn devs used 1.7 clients against a 1.6.17 svn.apache.org for a long time without seeing an

Re: How to move a Repository and its associated folder to a new server

2011-10-28 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Fri, Oct 28, 2011 at 08:42:30 +0200: > Am 27.10.2011 23:56, schrieb Big George: > >What I try to do is to move my Repository and folder D:\Scripts_DB > >(with all its changes ) from PC1 to PC2. > > There are two things involved for moving the repo: > 1. Moving the repo its

Re: tortoise 1.7 - error on repository manipulation

2011-10-27 Thread Daniel Shahaf
Does it work with a 1.6 client? The me resource is new in HTTPv2, which was added in 1.6. Erwane Breton wrote on Thu, Oct 27, 2011 at 16:19:54 +0200: > Hi, > > history : > I haved a FreeBSD server (8.0-STABLE) with subversion-1.6.17_2 port. > Acces to repository is configured thrue apache 2.2

Re: SVN bdb to fsfs - dump file problem

2011-10-27 Thread Daniel Shahaf
You may be running with a Berkeley DB library different than the one your binaries were compiled against. For future reference, don't send only the .log file but also the transcript of the svnadmin invocation (copy-paste it from your terminal). Andrej Kičina wrote on Thu, Oct 27, 2011 at 18:33:53

Re: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property)

2011-10-27 Thread Daniel Shahaf
Robert-Jean Denault wrote on Wed, Oct 26, 2011 at 16:27:52 -0400: > Hello Stefan, Konstantin > > I solved the problem by running a loop around svn pget, svn pset. > > The svn pget returns clean log entries, so extraction the svn:log entries, > and resetting them cleans them up. > > #!/bin/ksh

RE: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Daniel Shahaf
On Wednesday, October 26, 2011 4:52 PM, "Bert Huijben" wrote: > > > > -Original Message- > > From: Markus Schaber [mailto:m.scha...@3s-software.com] > > Sent: woensdag 26 oktober 2011 16:49 > > To: Subversion Users (users@subversion.apache.org) > > Subject: Property encoding (was: Erro

Re: RE : ra_serf error 400 over http

2011-10-24 Thread Daniel Shahaf
We want to make serf the default in 1.8, so it'd be good to have any neon->serf regressions recorded in the issue tracker. Dextraze, Nicolas wrote on Fri, Oct 21, 2011 at 18:28:23 +: > Sorry I forgot all those details. Here they are: > > OS? > Windows 7 64-bit > > Subversion version? > I'

Re: Error attempting to commit changes.

2011-10-20 Thread Daniel Shahaf
James Moore wrote on Thu, Oct 20, 2011 at 15:23:19 -0600: > As much information as possible: Thank you! > What I've done: I've rebooted my machine - result: no change. > Let me know what I can do to help find a solution to this. Thanks! 1.7.1 will be released in a few days and relaxes the parti

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Andreas Krey wrote on Thu, Oct 20, 2011 at 22:07:42 +0200: > Which I have the slight impression could be caused by user grepping > for something and then editing the pristine copy by mistake. The text-base files have the "read only" permission set. If people edit them they should consider themsel

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Oct 20, 2011 at 14:31:21 -0500: > On Thu, Oct 20, 2011 at 2:18 PM, Dave Huang wrote: > > > > On Oct 20, 2011, at 2:03 PM, Les Mikesell wrote: > >> No, I'm just being difficult because you didn't seem to care about the > >> potential for losing uncommitted changes. > > >

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Andreas Krey wrote on Thu, Oct 20, 2011 at 20:38:58 +0200: > On Thu, 20 Oct 2011 19:26:06 +0000, Daniel Shahaf wrote: > > Have users always run 'svn cleanup' before they leave for the night on > > any wc's that they ^C'd during the day? > > How about set

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Oct 20, 2011 at 14:03:58 -0500: > Is there any tool that you can run to do a corruption check on a 1.6 > working copy that does not overwrite a needed 1.6 program and does not > actually do the upgrade? It seems like it would be a good thing to > know whether or not you

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Oct 20, 2011 at 20:07:17 +0200: > On Thu, Oct 20, 2011 at 01:01:32PM -0500, Les Mikesell wrote: > > On Thu, Oct 20, 2011 at 12:51 PM, Daniel Shahaf > > wrote: > > > I don't understand the question.  As a rule, when upgrade fails the >

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Oct 20, 2011 at 12:47:25 -0500: > On Thu, Oct 20, 2011 at 12:26 PM, Daniel Shahaf > wrote: > > > >> > >> How is a user supposed to know if his working copy requires cleanup? > > > > You'll get E155021. > > But only

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Oct 20, 2011 at 12:20:16 -0500: > On Thu, Oct 20, 2011 at 11:38 AM, Daniel Shahaf > wrote: > > Bob Archer wrote on Thu, Oct 20, 2011 at 09:43:58 -0400: > >> > > >> > But if i have a lot of different local modifications in sourc

Re: Merging to branches error

2011-10-20 Thread Daniel Shahaf
Dimitry Gavrilov > Senior Lead Engineer > > > > > -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: Thursday, October 20, 2011 12:23 AM > To: Dimitry Gavrilov > Cc: users@subversion.apache.org > Subject: Re: Merging to branches

Re: Help! Subversion Exception!

2011-10-20 Thread Daniel Shahaf
Bob Archer wrote on Thu, Oct 20, 2011 at 09:43:58 -0400: > > > > But if i have a lot of different local modifications in sources, you > > propose me > > to checkout??? You are crazy? > > You tried to upgrade a working copy with pending changes in it? Are you crazy? Updating a working copy that

Re: Find the changed line numbers in a file

2011-10-20 Thread Daniel Shahaf
Then install diffstat.exe and repeat what Stefan said :) It's probably in the diffutils or diffstat package on gnuwin32.sf.net or a similar place. subhash_m wrote on Thu, Oct 20, 2011 at 03:56:41 -0700: > > Thanks for diffstat suggestion. But I am on Windows. :( > > > Stefan Sperling-7 wrote:

Re: Cooke, do you know how to using the get_log API to fetch subversion history along with path kind{file, directory}?

2011-10-20 Thread Daniel Shahaf
Do not email individual people. They are volunteers and it's rude to demand answers from them, especially when they've already seen your list posts.

Re: Strange race-condition/possible bug in Subversion 1.7.0

2011-10-20 Thread Daniel Shahaf
Les Mikesell wrote on Wed, Oct 19, 2011 at 18:06:37 -0500: > On Wed, Oct 19, 2011 at 3:58 PM, Harald Wilhelmi > wrote: > > > >    svn copy a b > >    echo -n yyy >b > >    svn commit -m 'c2' . > > > > Of cause I expect 'b' to contain 'yyy'. However sometimes it > > contains 'xxx'. After this the r

Re: Merging to branches error

2011-10-20 Thread Daniel Shahaf
Dimitry Gavrilov wrote on Wed, Oct 19, 2011 at 18:27:11 +: > Hi, > > I installed tortoise 1.7 64-bit version on Win 7. > > I am getting the below error constantly while trying to commit or merge to > branches. > > What should I do? > That looks like a new bug, thanks. Do you know how to

Re: How to use get_log along with path kind {file,directory}?

2011-10-19 Thread Daniel Shahaf
Please don't keep re-posting the same question on a daily basis. The answer is in the manual. Someone replied to your post with another answer. 罗勇刚(Yonggang Luo) wrote on Thu, Oct 20, 2011 at 01:33:58 +0800: > rt. > > -- > 此致 > 礼 > 罗勇刚 > Yours > sincerely, > Yonggang Luo

Re: subversion-1/svn_wc.h:1210: error: comma at end of enumerator list

2011-10-19 Thread Daniel Shahaf
Tony Sweeney wrote on Wed, Oct 19, 2011 at 11:10:35 +0100: > The trailing comma is explicitly invalid per ANSI C 89 (though some > compilers, notably GCC, permitted it). C99 removes this restriction. > It's valid everywhere without the comma, so it's perfectly safe (and > probably desirable) to re

Re: 1.7.0 does not build on Solaris9

2011-10-19 Thread Daniel Shahaf
Andreas Krey wrote on Wed, Oct 19, 2011 at 12:08:18 +0200: > ldd already tells me the line 'libz.so => /usr/lib/libz.so' > which is a bit irritating because why did get-deps pull zlib in the > first place when it uses the system one? Looking at build/ac-macros/zlib.m4 I don't see any special

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