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: 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: 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: 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-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-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: 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: 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: 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 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-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: 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: 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: 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-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: 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: 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: 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: 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: 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-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: 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: 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
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 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: svn 1.6 - compression svndiff format data failed

2011-12-20 Thread Daniel Shahaf
uct. > I'm curious about the latter part. What products do you have that work with 1.6 and not with 1.7? We publish stable public APIs exactly to prevent people from ending up in that state. > -Phillip Daniel (I don't have any specific insight on your actual error though, sorry.)

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: 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: 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: assertion failure when using serf instead of neon RA.

2011-12-24 Thread Daniel Shahaf
n issue, please, and assign it to the 1.8.0 milestone? Thanks! Daniel > [root@yertle]# svn ls http://svn.redports.org/virtualbox > Assertion failed: (svn_fspath__is_canonical(parent_fspath)), function > svn_fspath__is_child, file subversion/libsvn_subr/dirent_uri.c, line 2467. > Abort (

Re: [math] Strange svn conflict

2011-12-24 Thread Daniel Shahaf
at did change in the revision and once to files that didn't change in the revision, and both attempts succeeded (r1223004, r1223005). - You used "SVN/1.6.15 SVNKit/1.3.5 (http://svnkit.com/) r7406" in that commit. The servers ran 1.7.0. My client was 1.7.0 too. As to the diagnosis: - The non-functional propchanges should have been collapsed and removed before or during the commit. This should happen within the FS backend: the changed-paths information should not list such files with 'prop_mod=TRUE'. I'm not sure if other layers should do such collapsing too. Thanks, Daniel [1] Not only to harmonia, but also to another mirror which he booted off the end-of-november dumpfiles and synced from svn.us.

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-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-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: svnsync, discard master and start using slave as new master

2011-12-28 Thread Daniel Shahaf
Jan Keirse wrote on Wed, Dec 28, 2011 at 11:44:49 +0100: > Hello, > > I have a master and a slave. Now I want to discard the current master > and start using the slave as the new master (creating a new slave on > another server and stop the server that currently runs the master.) > > I think the

Re: svnsync, discard master and start using slave as new master

2011-12-30 Thread Daniel Shahaf
On Thu, Dec 29, 2011, at 09:33, Jan Keirse wrote: > On Wed, Dec 28, 2011 at 3:12 PM, Daniel Shahaf > wrote: > > Jan Keirse wrote on Wed, Dec 28, 2011 at 11:44:49 +0100: > >> Hello, > >> > >> I have a master and a slave. Now I want to discard the current m

Re: [math] Strange svn conflict

2011-12-30 Thread Daniel Shahaf
faithfully reproducing them --- and secondly, to see what can be done about "existing in the wild" instances of this bug. I've filed issue #4090 to track this: http://subversion.tigris.org/issues/show_bug.cgi?id=4090 [1] which is where the reproduction recipe requested above comes in > Does all that help? Yes, it does; thanks a lot. So far I identify at least one concrete bug; if there are further problems here, we'll open further issues as needed. > Can I try and commit the longer patch that > initially was the cause of this thread, or should I wait for you to > explore in more detail this issue? > No, go ahead and commit it please. You should be able to do so to one of the two mirrors. > Best regards, thanks again for your help! > Sébastien Cheers, happy new year, Daniel

Re: [math] Strange svn conflict

2011-12-30 Thread Daniel Shahaf
> > - Server.  Does the error reproduce if you check out your working copy > >  from svn-master.apache.org?  (If you literally check out from > >  https://svn-master.apache.org/repos/asf/... you'll get SSL warnings; > >  you can either bypass them or set > >  # 140.211.11.4        svn.apache.org >

Re: control-M characters that are NOT end of line characters

2012-01-04 Thread Daniel Shahaf
David Chapman wrote on Wed, Jan 04, 2012 at 16:11:27 -0800: > #!/bin/bash -f > sed 's/\r//g' $1 > tmpfile > > Rather than use a special character, I used the shell's escape sequence. No you didn't. The single quotes protect the \ and it is passed literally t

Re: Commit failure when doing concurrent commits: "the specified activity does not exist"

2012-01-04 Thread Daniel Shahaf
Philip Martin wrote on Thu, Jan 05, 2012 at 01:12:23 +: > Ryan Schmidt writes: > > > On Jan 4, 2012, at 07:12, Alexandru Ioan Cucu wrote: > > > >> I've been browsing through the 1.4.6 subversion sources and noticed > >> that this error message is given when apr_dbm_open or apr_dbm_fetch > >>

Re: svn does not match expected url

2012-01-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Jan 04, 2012 at 18:48:05 -0600: > > On Jan 4, 2012, at 09:14, Luis Mochan wrote: > > >> Mixing and matching will cause trouble. It should be possible to use > >> "svn switch" to set the URL to be consistent throughout your working > >> copy. > > > > Wouldn't it be 'svn

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

2012-01-04 Thread Daniel Shahaf
Pierre Berthier wrote on Thu, Dec 22, 2011 at 22:58:44 +0100: > Hi > > after upgrading a SVN server from 1.6 to 1.7.2 (r1207936), I am getting > this error message when committing: > > svn: E175002: Commit failed (details follow): > svn: E175002: Server sent unexpected return value (500 Internal

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

2012-01-04 Thread Daniel Shahaf
Pierre Berthier wrote on Wed, Jan 04, 2012 at 15:09:45 +0100: > On Thu, 22 Dec 2011 22:58:44 +0100 > Pierre Berthier wrote: > > > Hi > > > > after upgrading a SVN server from 1.6 to 1.7.2 (r1207936), I am > > getting this error message when committing: > > > > svn: E175002: Commit failed (detai

Re: E175002: Server sent unexpected return value (500 Internal Server Error) in response to POST request for '/repos/svntest/!svn/me'

2012-01-05 Thread Daniel Shahaf
Pierre Berthier wrote on Thu, Jan 05, 2012 at 10:12:56 +0100: > I have now reduced my configuration to two variations, the following > works fine: > (Thanks for the additional details, it's _much_ easier to respond usefully given them.) > I am now wondering if that should be considered a bug at

Re: LDAP authz aliases with svn+ssh

2012-01-06 Thread Daniel Shahaf
I've not used LDAP in this way, but two things: Owen Loy wrote on Thu, Jan 05, 2012 at 14:07:58 -0800: > [aliases] > svnaccess = CN=svngroup,CN=groups,DC=example,DC=com > I don't think you can use groups this way, since the file parser isn't aware of the semantics of LDAP. > With this setup, SS

Re: Not seeing protected directory even when authenticated

2012-01-06 Thread Daniel Shahaf
Eric Dalquist wrote on Fri, Jan 06, 2012 at 12:19:19 -0600: > We recently upgrade from 1.5.4 to 1.7.2 and saw a change in behavior > when it comes to filtering content for anonymous versus > authenticated access. The problem appears to be that even though a > user has read access to a specific fold

Re: How to get all contribs from a specific person?

2012-01-08 Thread Daniel Shahaf
No, but see contrib/client-side/search-svnlog.pl. (And contribulyze.py can easily be hacked to generate such a listing, too) Richard Cavell wrote on Sun, Jan 08, 2012 at 05:55:07 -0500: > Hi, > > Is there some subcommand that will retrieve only those commits made by a > specific person? Curren

Re: How to get all contribs from a specific person?

2012-01-08 Thread Daniel Shahaf
Top-posting is appropriate for short responses that address the entirety of the replied message. On Sun, Jan 8, 2012, at 11:27, Nico Kadel-Garcia wrote: > On Sun, Jan 8, 2012 at 6:06 AM, Daniel Shahaf wrote: > > No, but see contrib/client-side/search-svnlog.pl. > > > > (An

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
You can't do this with autoprops. (See auto_props_enumerator() in libsvn_client/add.c; and notice the output of a manual 'svn propset svn:executable false'.) Feel free to file a bug about this, and/or submit a patch implementing this. Concretely, though, README shouldn't be marked executable in

Re: error found; cannot report

2012-01-09 Thread Daniel Shahaf
ror. If > you could forward this to the documentation people, Added them to the CC list :-) But, that said, without looking at the page, I think 0xC3 0xB1 is fine --- that's the UTF-8 byte sequence for 'ñ'. 0xF1 would not be valid UTF-8. Thanks for the report, Daniel &g

Re: How to turn off svn:executable from /etc/subversion/config

2012-01-09 Thread Daniel Shahaf
to "*" regardless of its real setting, > but it didn't pop out. > libsvn_client/add.c(add_file) -> svn_wc_prop_set4() -> do_propset() -> svn_wc_canonicalize_svn_prop() Found by 'grep SVN_PROP_BOOLEAN_TRUE'. > Daniel Shahaf said the following on 01/09/2012 05:08 PM:

Re: svnversion documentation bug in the redbook?

2012-01-11 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jan 10, 2012 at 11:16:21 +: > Hi, > > http://svnbook.red-bean.com/en/1.7/svn.ref.svnversion.re.html states: > Send this to svnbook-...@red-bean.com please.

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-11 Thread Daniel Shahaf
D D wrote on Wed, Jan 11, 2012 at 15:51:32 +0400: > Once (for now) the verify call failed with 'svnadmin: E160004: Revision > file (r2255) lacks trailing newline' > The copy of the repository is still available and I can reproduce the > problem. > The subsequent hot copies of the same repository ar

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Daniel Shahaf
On Thu, Jan 12, 2012, at 13:40, D D wrote: > Daniel, > > Is your answer based on the knowledge of the code of the subversion server? > Yes > Here are some details: > 1. It is not Unix [cp(1)], the problem was on Windows > 2. The disk looks fine (I ran chkdsk and looked a

Re: [bug?] local file not shown as modified, if eol-style differs

2012-01-12 Thread Daniel Shahaf
http://subversion.tigris.org/issues/show_bug.cgi?id=4072 http://subversion.tigris.org/issues/show_bug.cgi?id=4070 On Thu, Jan 12, 2012, at 08:39, Andy Levy wrote: > On Thu, Jan 12, 2012 at 07:13, Sven Köhler wrote: > > Hi, > > > > consider the following steps: > > - checkout a file from SVN that

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-12 Thread Daniel Shahaf
_fs_fs your svnadmin uses) Daniel (no time, sorry)

Re: possible bug when building a diff of a subset of a comparison between a tag and branch

2012-01-14 Thread Daniel Shahaf
dcz wrote on Tue, Jan 10, 2012 at 13:55:52 +0100: > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.3\ext\subversion\subversion\libsvn_client\diff.c' > line 1651: assertion failed (*target1&& *target2) Those errors virtually always represent a bug in Subversion. I do not find a rec

Re: possible bug when building a diff of a subset of a comparison between a tag and branch

2012-01-15 Thread Daniel Shahaf
Forwarding back to list. dcz wrote on Sun, Jan 15, 2012 at 09:02:06 +0100: > Le dimanche 15 janvier 2012 00:48:01, Daniel Shahaf a écrit : > > > >dcz wrote on Tue, Jan 10, 2012 at 13:55:52 +0100: > >> > >>In file > >>'D:\Development\SVN\Relea

Re: bug: Subversion rejects property names

2012-01-16 Thread Daniel Shahaf
Garret Wilson wrote on Sun, Jan 15, 2012 at 18:33:32 -0800: > Because Subversion over WebDAV (and Subversion in general) doesn't > support namespace URIs in property names (see P.S.), I've created a > system in which I encode URIs in property names. For example, here > is one such property name: >

Re: svn:externals to another svn:externals issue

2012-01-18 Thread Daniel Shahaf
Stephen Butler wrote on Wed, Jan 18, 2012 at 08:56:34 +0100: > One idea is to > > svn rm ^/libs/tags/latest > svn cp ^/libs/tags/1.1 ^/libs/tags/latest ITYM svnmucc rm ^/libs/tags/latest cp HEAD ^/libs/tags/1.1 ^/libs/tags/latest

Re: Subversion Exception

2012-01-18 Thread Daniel Shahaf
Frank Capodieci wrote on Tue, Jan 17, 2012 at 12:13:43 -0800: > I got an exception on update; Windows 7 Home Premium 64-bit. I have been > using Tortoise for over a year without problem. I don't think I was doing > anything unusual today except for having a large number of unversioned > binary fi

Re: svn: E175002: Server sent unexpected return value (500 Internal Server Error)

2012-01-18 Thread Daniel Shahaf
What does httpd's error log say? Fridman Galit-R58634 wrote on Wed, Jan 18, 2012 at 09:44:47 +: > HI, > > I have a problem with svn 1.7.2 with collabnet edge that uses svn 1.7.2 from > time to time I receive the following error, in different svn commands. > > This is an example: > svn ci -m

Re: "database disk image is malformed"

2012-01-27 Thread Daniel Shahaf
Evan Driscoll wrote on Thu, Jan 26, 2012 at 15:04:43 -0600: > 1. Did removing rep-cache.db fix it, or is there still a potential for >some latent repository corruption? Yes. rep-cache.db is used by the commit process. If that file was silently corrupted, it's possible that the text: and prop

Re: "database disk image is malformed"

2012-01-27 Thread Daniel Shahaf
Evan Driscoll wrote on Fri, Jan 27, 2012 at 10:31:32 -0600: > On 1/27/2012 3:41, Daniel Shahaf wrote: > > Evan Driscoll wrote on Thu, Jan 26, 2012 at 15:04:43 -0600: > >> 1. Did removing rep-cache.db fix it, or is there still a potential for > >>some latent reposito

Re: SVN 1.7.2 crashes immediately on start in APR xlate/xlate.c

2012-01-29 Thread Daniel Shahaf
Sebastian Magda wrote on Sat, Jan 28, 2012 at 00:05:19 -0800: > Built and installed the latest stable version > subversion-1.7.2.tar.gz > Crashes immediately on start: > > : svn > Segmentation fault (core dumped) > > Build details

Re: Can't check out http://svn.freebsd.org/base/stable/9/sys/dev/usb/controller with serf

2012-01-30 Thread Daniel Shahaf
s too early to tell when it might be fixed): http://subversion.tigris.org/issues/show_bug.cgi?id=4106 Daniel (there's ongoing IRC discussion)

Re: Limited subdirectory access

2012-01-30 Thread Daniel Shahaf
Johan Corveleyn wrote on Mon, Jan 30, 2012 at 23:13:17 +0100: > Can you check if order of the rules matters? Either putting this rule > with [ABC:/DEF] before or after the other one (for [ABC:/]). I'm not > sure, but I vaguely remember some prior discussion about this ... Aren't they parsed into a

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
Probably a bogus httpd config --- overly greedy application of a "don't GET .htaccess" directive. Try files called .ABC Jon Grimes wrote on Mon, Jan 30, 2012 at 19:32:27 -0500: > Hello, > > I'm having a strange problem and because it has to do with hidden files I'm > having a real hard time find

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
'm just now having this problem though. Doesn't > make any sense. > > Thanks for you help. > > On Tue, Jan 31, 2012 at 8:05 AM, Ryan Schmidt < > subversion-20...@ryandesign.com> wrote: > > > On Jan 31, 2012, at 06:47, Jon Grimes wrote: > > > On

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Jan 31, 2012 at 07:33:03 -0600: > > On Jan 31, 2012, at 07:18, Jon Grimes wrote: > > > You guys were right. I found the below line in my httpd.conf with a note > > saying i added it in April of 2010 > > > > RedirectMatch 404 /\\..*(/.*|$) > > > > I don't understand

Re: Limited subdirectory access

2012-01-31 Thread Daniel Shahaf
Bob Archer wrote on Tue, Jan 31, 2012 at 10:50:45 -0500: > Are you restarting svnserver after you make config/auth file changes? > Previous emails you talked about restarting apache.. but if you use > the svn:// protocol you are NOT using Apache. Last I checked it wasn't necessary to restart svnse

Re: "[digester]" Apache commons Digester Custom rule.....

2012-02-05 Thread Daniel Shahaf
Please send your questions about Apache Commons to an approriate @commons.apache.org mailing list. http://commons.apache.org -> click on "Mailing Lists" Konstantin Kolinko wrote on Sun, Feb 05, 2012 at 22:43:04 +0400: > You are still sending your message to users@subversion. > > Your question is

Re: Subversion reports error.

2012-02-07 Thread Daniel Shahaf
What is the output of % ssh sectio...@section-9.sakura.ne.jp svnserve -t ? Masaru Kitajima wrote on Wed, Feb 08, 2012 at 06:32:18 +0900: > On 2012/02/08, at 6:24, Stefan Sperling wrote: > > On Wed, Feb 08, 2012 at 06:21:27AM +0900, Masaru Kitajima wrote: > >> I typed "echo SVN_SSH" then server s

Re: Subversion reports error.

2012-02-07 Thread Daniel Shahaf
Masaru Kitajima wrote on Wed, Feb 08, 2012 at 06:44:33 +0900: > Hi, Daniel > > On 2012/02/08, at 6:36, Daniel Shahaf wrote: > > What is the output of > > > > % ssh sectio...@section-9.sakura.ne.jp svnserve -t > > It is as below: > > ( success ( 2 2 ( )

Re: predecessor count for the root node-revision is wrong message

2012-02-07 Thread Daniel Shahaf
> > Any help/comments would be appreciated. Thank you. > As I said, I'd be interested in isolating the cause of these errors. Is there anything common to revisions that triggered the bug (as explained above)? Are they concomitant with concurrent writes (commits, propedits, 'svn lock

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
0900: > Hi, Daniel > > I posted e-mail below yesterday morning. > > Could you find something to solve my problem? > > Thanks in advance. > > Kindest regards, > Masaru > > On 2012/02/08, at 7:18, Masaru Kitajima wrote: > > Hi, Daniel. > > &g

Re: predecessor count for the root node-revision is wrong message

2012-02-08 Thread Daniel Shahaf
Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800: > Hello and thank you for replying. > > On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote: > > Jason Wong wrote on Tue, Feb 07, 2012 at 13:23:10 -0800: > >> Any help/comments would be appreciated. Thank you. >

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
ssh' tunnel defined wrongly in your environment or in your config files). If those aren't clear, do not hesitate to ask for clarification. Good luck, Daniel Masaru Kitajima wrote on Thu, Feb 09, 2012 at 08:27:53 +0900: > Rian, > > I see. I'm happy to hear that it'

Re: predecessor count for the root node-revision is wrong message

2012-02-08 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200: > Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800: > > Hello and thank you for replying. > > > > On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote: > > > Jason Wong wrote on Tue, Feb 07, 2012 at 1

Re: predecessor count for the root node-revision is wrong message

2012-02-08 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200: > Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800: > > Hello and thank you for replying. > > > > On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote: > > > Jason Wong wrote on Tue, Feb 07, 2012 at 1

Re: Subversion reports error.

2012-02-08 Thread Daniel Shahaf
d found that it was, properly, undefined). (Technically, it's also possible that 'svn' is a shell alias, or shell function, or wrapper script, that changes the environment before running the 'svn' binary. This isn't very likely, but you may want to rule it out nonet

Re: Subversion reports error.

2012-02-09 Thread Daniel Shahaf
Running almost any 'svn' command will suffice. You can even run 'svn info' (no arguments) outside of a working copy and it will still read or create the configuration files. Masaru Kitajima wrote on Thu, Feb 09, 2012 at 10:11:50 +0900: > Daniel, > > In Mac OS X,

Re: svnserve daemon mode + SSH

2012-02-11 Thread Daniel Shahaf
You should look into either svn+ssh:// or using svnserve over ssh port forwarding ('ssh -L'). These are two distinct options. The former is documented in the book; some of the SSH set-up tips there are applicable to both modes. André Hänsel wrote on Sun, Feb 12, 2012 at 03:27:12 +0100: > Hi list,

Re: OS/400 - Subversion 1.4 (Softlanding) Problem - "Can't set access time of..."

2012-02-13 Thread Daniel Shahaf
Perhaps use-commit-times in ~/.subversion/config But, really, 1.4 is ancient. You should upgrade. Bastian Blank wrote on Mon, Feb 13, 2012 at 11:56:40 +0100: > Hello, > > I've got a problem with the freeware version of Softlandings > "Subversion for OS/400 1.4". > Whenever I'm trying to commit

Re: SVN backup with lvm snapshots and rsync

2012-02-14 Thread Daniel Shahaf
If the snapshots are atomic that's fine, though you'll potentially need to run 'svnadmin recover' before they're usable. Running dump / verify or otherwise verifying your snapshots remains a good idea. Harry Bullen wrote on Tue, Feb 14, 2012 at 14:11:29 -0500: > I'm looking at using lvm snapshots

Re: SVN backup with lvm snapshots and rsync

2012-02-14 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Feb 14, 2012 at 23:19:58 +0100: > Until then, svnsync or svnadmin dump/load are the only officially > supported incremental backup solutions. But, as Daniel explained, > 'rsync' followed by 'svnadmin recover' produces valid copies of

Re: SVN backup with lvm snapshots and rsync

2012-02-14 Thread Daniel Shahaf
Les Mikesell wrote on Tue, Feb 14, 2012 at 19:34:10 -0600: > On Tue, Feb 14, 2012 at 7:02 PM, Daniel Shahaf > wrote: > > Stefan Sperling wrote on Tue, Feb 14, 2012 at 23:19:58 +0100: > >> Until then, svnsync or svnadmin dump/load are the only officially > >>

Re: backups using LVM snapshots and "svnadmin lstxns"

2012-02-15 Thread Daniel Shahaf
Please read the in the archives the thread taking place YESTERDAY that discusses LVM snapshots and validity. If you still have any questions after reading it --- do ask. Cheers, Daniel Ronan wrote on Wed, Feb 15, 2012 at 11:35:25 +: > I want to back up a filesystem on a Linux machine,

Re: SVN backup with lvm snapshots and rsync

2012-02-15 Thread Daniel Shahaf
Harry Bullen wrote on Wed, Feb 15, 2012 at 12:03:15 -0500: > On Wed, Feb 15, 2012 at 6:24 AM, Stefan Sperling wrote: > > On Wed, Feb 15, 2012 at 03:02:04AM +0200, Daniel Shahaf wrote: > >> Stefan Sperling wrote on Tue, Feb 14, 2012 at 23:19:58 +0100: > >> > Until

Re: SVN backup with lvm snapshots and rsync

2012-02-15 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Wed, Feb 15, 2012 at 19:41:57 -0500: > On Wed, Feb 15, 2012 at 6:19 PM, Philip Martin > wrote: > > Nico Kadel-Garcia writes: > > > >> Unless you do a "sync" > >> command, or various low level flush commands, you don't know that you > >> write to disk has actually made i

Re: predecessor count for the root node-revision is wrong message

2012-02-15 Thread Daniel Shahaf
Jason Wong wrote on Wed, Feb 15, 2012 at 10:20:23 -0800: > On Wed, Feb 8, 2012 at 6:22 PM, Nico Kadel-Garcia wrote: > > On Wed, Feb 8, 2012 at 7:42 PM, Daniel Shahaf wrote: > >> Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200: > >>> Jason Wong wrote on

Re: SVN backup with lvm snapshots and rsync

2012-02-16 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Feb 16, 2012 at 13:53:04 +0100: > On Thu, Feb 16, 2012 at 03:56:29AM +0200, Daniel Shahaf wrote: > > Nico Kadel-Garcia wrote on Wed, Feb 15, 2012 at 19:41:57 -0500: > > > On Wed, Feb 15, 2012 at 6:19 PM, Philip Martin > > > wrote: > &

Re: a question about "svn del"

2012-02-16 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Thu, Feb 16, 2012 at 16:15:54 +0100: > Am 16.02.2012 15:18, schrieb frame: > >In my local area, if I want to delete a directory: > > > >svn del junk_dir > > > >svn commit junk_dir -m "deleted it" > > Just wondering, don't you have to commit the parent dir? > Under the ho

Re: Subversion 1.7 symlink problems

2012-02-16 Thread Daniel Shahaf
At a guess the problem here is that 'status' dereferences the symlink when it shouldn't or didn't, so I don't think this is related to #4091. Could you file a new issue for this? And, if possible, provide a reproduction script. Thanks, Daniel Fridtjof Busse wrote o

Re: predecessor count for the root node-revision is wrong message

2012-02-16 Thread Daniel Shahaf
Jason Wong wrote on Thu, Feb 16, 2012 at 11:42:42 -0800: > On Wed, Feb 15, 2012 at 6:15 PM, Daniel Shahaf wrote: > > Jason Wong wrote on Wed, Feb 15, 2012 at 10:20:23 -0800: > >> On Wed, Feb 8, 2012 at 6:22 PM, Nico Kadel-Garcia wrote: > >> > On Wed, Feb 8, 2012 at

Re: Cannot view log while working copy is locked

2012-02-19 Thread Daniel Shahaf
All true, but it would still have been nice for André's use case to work. 'svn log' needs almost zero information from the wc, after all... Stefan Sperling wrote on Sun, Feb 19, 2012 at 13:32:46 +0100: > On Sun, Feb 19, 2012 at 03:25:52AM +0100, André Hänsel wrote: > > Hi list, > > > > recently

Re: Problem getting new external into my working copy

2012-02-20 Thread Daniel Shahaf
Instead of svn checkout tuneup have you tried svn up --depth empty or svn up tuneup ? Michael Hartmeier wrote on Mon, Feb 20, 2012 at 14:49:54 +0100: > Hi, > > I have a working copy that only contains svn:externals, no "normal" > files or directories: > >$ svn propget svn:extern

Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
ancements of the 1.5 syntax, > e.g. peg-revision support. > > I am not a bindings expert so I don't know what we'd need to do to make > the newer variants of this function work from the bindings. Based the difference between the signatures of the svn_wc_parse_externals_description() and svn_wc_parse_externals_description2(), I would suspect that someone needs to provide a Python implementation of the following typemap: #ifdef SWIGRUBY %typemap(argout) apr_array_header_t **externals_p { %append_output(svn_swig_rb_apr_array_to_array_external_item2(*$1)); } #endif Daniel (not a swig expert, either)

Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Feb 22, 2012 at 11:31:00 +0200: > Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: > > On Tue, Feb 21, 2012 at 11:50:54PM +0100, Stefan Sperling wrote: > > > I think svn_wc_parse_externals_description3() should do what you need. > &

Re: svn:externals parser API

2012-02-22 Thread Daniel Shahaf
Nikolaus Demmel wrote on Wed, Feb 22, 2012 at 14:22:26 +0100: > > Am 22.02.2012 um 11:16 schrieb Daniel Shahaf: > > > Daniel Shahaf wrote on Wed, Feb 22, 2012 at 11:31:00 +0200: > >> Stefan Sperling wrote on Wed, Feb 22, 2012 at 00:08:35 +0100: > >>> On T

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