Re: svnsync 207 Multi-Status failure with http access method and property svn:

2010-01-05 Thread Daniel Shahaf
Kylo Ginsberg wrote on Tue, 5 Jan 2010 at 08:28 -0800: So one bug/enhancement here is to improve client reporting when it encounters a 207. But back to the root of my original problem: I can create a svn: property via the svn access method without any errors which then results in errors

Re: what does _M mean from svn status?

2010-02-11 Thread Daniel Shahaf
Pat Farrell wrote on Thu, 11 Feb 2010 at 13:04 -0500: Andy Levy wrote: Having trouble finding any documentation on the underscore. Seems like a very odd symbol to use here. Its not documented in the RedBean. Source inspection [1] reveals that '_' is used in the listing of files in a log

Re: Will upgrade from 1.6 to 1.7 benifit from dump/reload?

2010-02-22 Thread Daniel Shahaf
Neels J Hofmeyr wrote on Mon, 22 Feb 2010 at 18:37 +0100: About SHA1 on the 1.6 server: the point really is that we need to communicate those SHA1 checksums to the client and back. Those API Communicate to the client? Eh? If those are the same checksums that go into the rev file, I'd hope the

Re: Will upgrade from 1.6 to 1.7 benifit from dump/reload?

2010-02-22 Thread Daniel Shahaf
Johan Corveleyn wrote on Mon, 22 Feb 2010 at 14:28 +0100: That same document currently does not describe any differences between format 4 (SVN 1.6) and format 5 (SVN 1.7) in the section Filesystem formats. That's a bug. Which is kind of odd (why bump the filesystem format if there are no

Re: Corrupted FSFS commit

2010-02-25 Thread Daniel Shahaf
Kutter, Martin wrote on Thu, 25 Feb 2010 at 13:29 +0100: Hello, I got a strange error in one of our subversion repositories: On checking out a file from revision 3865 on, svn reports Svndiff contains a too-large window. This is the error message added in 1.6.4 as part of the security

Re: AW: Corrupted FSFS commit

2010-02-26 Thread Daniel Shahaf
Kutter, Martin wrote on Fri, 26 Feb 2010 at 10:29 +0100: The reported numbers are unstable, and flip between positive and negative values. They don't have any reason to differ across runs, do they? So, what's next? Uninitialized memory? Valgrind? (and how to make it play nicely with

Re: Tigris binary packages for Windows

2010-03-02 Thread Daniel Shahaf
If you try to build and fail, feel free to post to this list and we'll help. There are a couple of other ways to build svn besides what's documented in INSTALL :-). I posted to this list a makefile that I use (with VC express) for my windows build, and IIRC the tortoisesvn folks (and other

Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-17 Thread Daniel Shahaf
svn:sync-lock is set by svnsync as follows: apr_err = apr_gethostname(hostname_str, sizeof(hostname_str), pool); ... mylocktoken = svn_string_createf(pool, %s:%s, hostname_str, svn_uuid_generate(pool)); ... /* Except in the very last iteration, try

Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-18 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, 18 Mar 2010 at 05:33 -0500: If your hostname is not UTF-8, how is Subversion to know what character encoding it's using? It seems to me it's a bug (of your OS) to present a non-UTF-8 string (or possibly even a non-ASCII string) as a valid hostname. We get the

Re: svn copy not updating Last Changed Rev

2010-03-29 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 14:19 -0400: On Mon, Mar 29, 2010 at 14:02:06 -0400, Bob Archer wrote: Why would you expect the last changed rev of a file to change just because you coppied it to another path? You didn't actually change that file right? First, the value changes

Re: Cannot negotiate authentication mechanisim

2010-04-03 Thread Daniel Shahaf
Aaron Turner wrote on Sat, 3 Apr 2010 at 09:33 -0700: On Sat, Apr 3, 2010 at 9:16 AM, Aaron Turner synfina...@gmail.com wrote: On Sat, Apr 3, 2010 at 12:30 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: Aaron Turner wrote on Fri, 2 Apr 2010 at 18:48 -0700: So this works fine for me

Re: Determining file(s) modified in a changeset

2010-04-15 Thread Daniel Shahaf
David Bartmess wrote on Thu, 15 Apr 2010 at 15:09 -0600: Yep, I found a one-liner to do this.. svn log -q -v -r rev url | sed -e s/^ .* // | egrep -v ^r[0-9]*|Changed Paths:|- Have you tried it on revisions that contain copies or moves? (Aside from the parenthetical copy-from path/rev,

Re: svn+ssh: Expected FS format '2'; found format '4'

2010-04-19 Thread Daniel Shahaf
B Smith-Mannschott wrote on Mon, 19 Apr 2010 at 08:08 +0200: On Sat, Apr 17, 2010 at 16:58, Rainer Dorsch rdor...@web.de wrote: and a more recent version in a non-standard dir (which is added to my path in .bash_profile) add it to your path in .bashrc instead. .bash_profile only gets

Re: killer feature -- HEAD+1

2010-04-20 Thread Daniel Shahaf
kost BebiX wrote on Tue, 20 Apr 2010 at 14:38 +0400: Hi! I would really like to see the ability for svn to do things like svn log -r HEAD:HEAD-1 to see changes. Right now I need to view revision numbers first to do thing like this. What do you think about that?) svn log -r HEAD:1

Re: Building from source

2010-04-25 Thread Daniel Shahaf
Matthias Hryniszak wrote on Sat, 24 Apr 2010 at 11:46 +0200: Hi there, I'm looking for instructions for building Subversion (current trunk) from sources on Windows using free tools. I'd love to have it under VC++ 2010 Express but any other VC++ Express would do. Is there a HOWTO that I could

Re: svnadmin hotcopy fail with 1.6.11

2010-04-26 Thread Daniel Shahaf
Andy Peters wrote on Mon, 26 Apr 2010 at 15:59 -0700: On Apr 26, 2010, at 12:40 PM, Daniel Shahaf wrote: Andy Peters wrote on Mon, 26 Apr 2010 at 11:28 -0700: ... spoke too soon. svn doesn't like an empty fsfs.conf file; it complains about missing section headers when trying to do an update

Re: proposed export option

2010-04-27 Thread Daniel Shahaf
(+1 to what Ryan and Stefan said already) Paul Breen wrote on Tue, 27 Apr 2010 at 01:57 -0700: My client is aware of rsync utility, but would prefer to use svn. I'll have to correspond with her to find out why she doesn't want to use rsync. As far as making the remote deployment a working

Re: Problem compiling subversion 1.6.11

2010-04-27 Thread Daniel Shahaf
pierre...@9online.fr wrote on Tue, 27 Apr 2010 at 13:22 +0200: -- making all in serf make[1]: Entering directory `/tmp/subversion-1.6.11/serf' /tmp/subversion-1.6.11/apr/libtool --silent --mode=link gcc  -rpath /usr/local/serf/lib -o libserf-0.la buckets/aggregate_buckets.lo

Re: Size of SVN Transaction vs Actual commit size

2010-05-07 Thread Daniel Shahaf
Daniel Becroft wrote on Fri, 7 May 2010 at 20:48 +1000: Have a look into 'svnlook changed' and 'svnlook cat' commands. Subversion 1.7 will also have an 'svnlook filesize' subcommand.

Re: Strange status if .svn folder removed

2010-05-27 Thread Daniel Shahaf
Hyrum K. Wright wrote on Wed, 26 May 2010 at 16:16 -0500: On Wed, May 26, 2010 at 4:06 PM, Steve Armstrong steve.armstr...@gmail.comwrote: Hello all, I'm seeing strange behaviour on a Win7_64 machine running the 1.6.9 command-line binaries. I have a working copy checked out

Re: compact repository (many files)

2010-05-27 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, 26 May 2010 at 18:10 +0200: If you want svn to collapse revisions more often, you'll need to re-compile Subversion after tweaking the SVN_FS_FS_DEFAULT_MAX_FILES_PER_DIR constant in subversion/libsvn_fs_fs/fs_fs.c Not necessary. This #define just controls the

Re: Strange status if .svn folder removed

2010-05-27 Thread Daniel Shahaf
deeply nested usually means only 10-15 folders. Recursing up to find the root of the working copy is a one-time operation during the course of an invocation of 'svn' on that working copy. As such, it's essentially a free operation. How would recursing interact with

Re: post-commit script sends a void message

2010-06-02 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, 1 Jun 2010 at 16:23 -0500: On Jun 1, 2010, at 06:52, Mauro Gatti wrote: [ ... about post-commit hooks ... ] Hmm. I wasn't aware it was possible for $1 to not contain the full absolute path to the repository. I wonder why in your case it isn't. The code doesn't

Re: proposed export option

2010-06-02 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, 2 Jun 2010 at 17:35 -0500: On Jun 2, 2010, at 13:48, Paul Breen wrote: I previously inquired about adding a –skipfilesmatchingsize option to the export subcommand. I have implemented that feature, and I was wondering if it has any chance of making it into the

Re: Check out problem because of alleged problematic URL

2010-06-06 Thread Daniel Shahaf
That error message comes from neon's ne_uri_parse(). With a client using serf, or another version of neon, the error might disappear. [[[ /* from libsvn_ra_neon/session.c */ if (ne_uri_parse(url, uri) || uri-host == NULL || uri-path == NULL || uri-scheme == NULL) {

Re: --trust-server-cert

2010-06-09 Thread Daniel Shahaf
Short version: --trust-server-cert bypasses ONLY the CA is unknown check; it doesn't bypass hostname and expiry checks. Arpad Ilia wrote on Wed, 9 Jun 2010 at 15:38 -: Hi! Is my observation correct that this command line switch (--trust-server-cert) will not accept certificates where the

Re: Recovering repository with multiple missing rev/ files

2010-06-18 Thread Daniel Shahaf
Eiren Smith wrote on Thu, 17 Jun 2010 at 23:24 -: On Jun 15, 2010, at 12:20 PM, Eiren Smith wrote: On Jun 15, 2010, at 12:14 PM, Stefan Sperling wrote: On Tue, Jun 15, 2010 at 11:49:44AM -0400, Eiren Smith wrote: Sir: Thanks for your reply. I'll read those references

Re: Recovering repository with multiple missing rev/ files

2010-06-18 Thread Daniel Shahaf
CC += users@ Eiren Smith wrote on Fri, 18 Jun 2010 at 10:01 -0400: On Jun 18, 2010, at 3:07 AM, Daniel Shahaf wrote: Eiren Smith wrote on Thu, 17 Jun 2010 at 23:24 -: On Jun 15, 2010, at 12:20 PM, Eiren Smith wrote: On Jun 15, 2010, at 12:14 PM, Stefan Sperling wrote

Re: Recovering repository with multiple missing rev/ files

2010-06-19 Thread Daniel Shahaf
Eiren Smith wrote on Wed, 16 Jun 2010 at 00:25 -: On Jun 15, 2010, at 5:02 PM, Ryan Schmidt wrote: On Jun 15, 2010, at 15:37, Eiren Smith wrote: I considered doing it the way you described. Unfortunately, most of the seven (7) missing revisions are for binary files (DLLs and

Re: Bounties for bugfixes?

2010-06-21 Thread Daniel Shahaf
This mail prompted me to look at the issue again... this time I managed to put together a patch that, at least, causes the symptoms to go away (i.e., the test case in the issue passes, and yields r6 | daniel | 2010-06-21

Re: Setting Revprops before Revision is Created

2010-06-21 Thread Daniel Shahaf
There is 'svn commit --with-revprop' in =1.5, does that help? David Weintraub wrote on Tue, 22 Jun 2010 at 07:36 -: I know this sounds strange, but can you set a revision property before a revision is created? For example, I make some file changes, and want to mark that my changes fixed

Re: Generating a dump file using a powershell script

2010-06-22 Thread Daniel Shahaf
Geoff Worboys wrote on Tue, 22 Jun 2010 at 17:36 -: powershell .\Import-from-Source D:\SourceFolder D:\Temp\DumpFile.dat It takes the entire contents of D:\SourceFolder and creates a subversion dump file in D:\Temp\DumpFile.dat. It replicates the structure inside D:\SourceFolder so if

Re: Generating a dump file using a powershell script

2010-06-23 Thread Daniel Shahaf
Geoff Worboys wrote on Wed, 23 Jun 2010 at 08:33 -: Well certainly it takes care of the line feeds if you create the property svn:eol-style=native at some point after committing the original file. A dump after that commit shows the entire file repeated with the new eols ... But I've

Re: Double update of versioned file externals corrupting file timestamps

2010-06-23 Thread Daniel Shahaf
Yes, thanks for asking, please link to the thread from the issue. Thanks, Daniel Franz Sirl wrote on Wed, 23 Jun 2010 at 10:52 -: Hi, anyone care to comment on this? Is this report OK to enter into the issue database? Franz Am 2010-06-14 10:55, schrieb Franz Sirl: Hi,

Re: Setting Revprops before Revision is Created

2010-06-24 Thread Daniel Shahaf
, Jun 22, 2010 at 10:38 AM, Daniel Shahaf d...@daniel.shahaf.name wrote: You're welcome. (The mechanism ought to be 'svnlook -t' from the pre-commit hook.) Yes, you can set the revprops on a commit, but apparently you cannot do a svnlook -t $TX proplist --revprop $REPO. Works for me

Re: Oh, shoot: Issue 2591 should not have been closed

2010-06-25 Thread Daniel Shahaf
This came across as a very negative tone. (I assume you had read the comments in the issue) It's nominated for backport. There was a dev@ thread asking if it should get some (fairly trivial to implement) changes before being backported. The thread concluded, but the branches/1.6.x/STATUS

Re: RedirectMatch Question

2010-06-26 Thread Daniel Shahaf
Jim wrote on Fri, 25 Jun 2010 at 21:01 -: It looks like this issue is already being worked if not fixed by now. http://subversion.tigris.org/issues/show_bug.cgi?id=2753 The issue indicates this was fixed in trunk (1.7.0). I don't recall whether it's been backported to 1.6.x yet;

Re: Oh, shoot: Issue 2591 should not have been closed

2010-06-26 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, 26 Jun 2010 at 16:36 -: And according to what I just quoted, it looks like it may get pushed back to 1.8. I just told you that it will be fixed in 1.7.0 (when the latter is released).

Re: Question about pysvn installer for Windows

2010-06-28 Thread Daniel Shahaf
My advice: don't mix Cygwin and non-Cygwin. (Either get native-windows Python, or get a cygwin pysvn.) Steve Johnson wrote on Mon, 28 Jun 2010 at 21:49 -: I don't know if this question belongs here or not but in any case, any advice is appreciated Originally posted on tigris.org

Re: svn 1.3 crashing after sometime

2010-07-02 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, 1 Jul 2010 at 23:11 -0400: On Thu, Jul 1, 2010 at 10:04 PM, west alto westa...@gmail.com wrote: Thanks guys, Ho do i upgrade from 1.3 to 1.6? Do i need to install first 1.4 then do a svn dump and load, then 1.5 and then svn dump and load etc. No, move

Re: svn 1.3 crashing after sometime

2010-07-03 Thread Daniel Shahaf
Ryan Schmidt wrote on Sat, 3 Jul 2010 at 20:26 -: what difference and advantage bet. linear and sharded? It's explained here, a bit: http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.tk.fsfsreshard (You don't need the fsfs-reshard script mentioned

Re: Regression: Bad cert handling in subversion 1.6.11

2010-07-04 Thread Daniel Shahaf
Sören Bernstein wrote on Sun, 4 Jul 2010 at 09:24 -: I don't have the sources installed, so there's nothing I can do with the diffset. But, there must be some differences between 1.6.9 and 1.6.11 because 1.6.9 is working correctly while 1.6.11 is not. On Gentoo and doesn't have the

Re: svn add: Unrecognized line ending style

2010-07-06 Thread Daniel Shahaf
Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -: Maybe this started happening after upgrading to svn 1.6.12, but not really sure about the timing, but all of a sudden I can't add any new files to my svn repo on my Mac (10.6.4) because I'm getting Unrecognized line ending style when I do

Re: merging executable binaries

2010-07-06 Thread Daniel Shahaf
It's not clear to me exactly what you did. (The most unambiguous way to explain yourself is to post a list of commands, starting from 'svnadmin create'.) However, if you run 'svn merge' and at the end of the operation a file has svn:executable set, then its +x permission should be set --- and if

Re: Performance of svn+ssh vs. file for multiple files

2010-07-06 Thread Daniel Shahaf
Have you tried using SSH port forwarding instead of svn+ssh://? Daniel (perhaps one of the other devs will address the points you made; I'm myself not familiar with that part of the code) Eric Peers wrote on Tue, 6 Jul 2010 at 21:17 -: Howdy, I've got a program that needs to checkout

Re: svn add: Unrecognized line ending style

2010-07-08 Thread Daniel Shahaf
Aaron Turner wrote on Wed, 7 Jul 2010 at 18:12 -: On Wed, Jul 7, 2010 at 12:34 AM, Johan Corveleyn jcor...@gmail.com wrote: On Wed, Jul 7, 2010 at 7:57 AM, Aaron Turner synfina...@gmail.com wrote: *.c = svn:eol-style=native, svn:keywords=Id HeadURL Author Rev Date Honestly, I'm 99.9%

Re: Performance of svn+ssh vs. file for multiple files

2010-07-08 Thread Daniel Shahaf
Eric Peers wrote on Wed, 7 Jul 2010 at 04:44 -: Incidentally, where is [svn_ra_reparent] defined??? I can't find it in the libraries, but I see it in libsvn_ra-1.so but not in the libsvn_ra directory... % grep svn_ra_reparent tags svn_ra_reparent ./subversion/include/svn_ra.h

Re: Performance of svn+ssh vs. file for multiple files

2010-07-08 Thread Daniel Shahaf
Eric Peers wrote on Thu, 8 Jul 2010 at 20:13 -: @Les: tags/branches don't work in this case because an edit on this can change the tag/branch and because the merge of local edits + local version changes becomes cumbersome (if not impossible) on the svn switch to the branch/tag. Perforce

Re: clients not supporting http?

2010-07-08 Thread Daniel Shahaf
Jason Aubrey wrote on Thu, 8 Jul 2010 at 14:05 -: (2) When i attempted to download a single-file, svn complained that the file name was not a directory name and rejected the request. You can use 'svn cat' or 'svn export' or 'svn co --depth empty' to get a single file. Next time please

Re: Question about shuffling top level directory

2010-07-16 Thread Daniel Shahaf
Just make sure to change the UUID if you go the svndump* route. Different repositories should have different UUIDs. Bob Archer wrote on Thu, Jul 15, 2010 at 10:54:04 -0400: I have a repository structure like: repos/ABC/trunk/abc/src I want to remove the trunk and get the structure to a

Re: --native-eol setting not applied to externals?

2010-07-22 Thread Daniel Shahaf
Mark Hanson wrote on Wed, Jul 21, 2010 at 08:37:25 -0700: I have a set of source code containing a some svn:externals references to other repositories. In each group of code, there are text files marked with the svn:eol-style property, value: native. If I export all the source without using

Re: Subversion client ssl cert configuration

2010-07-22 Thread Daniel Shahaf
Bernd May wrote on Wed, Jul 21, 2010 at 15:36:34 +0200: What I do want to do now though is to assign specific certificates depending on which directory I access on this svn server; i.e [groups] mygroup = my.server.example.net/svn/myrepo1 mygroup2 = my.server.example.net/svn/myrepo2 [mygroup]

Re: --native-eol setting not applied to externals?

2010-07-22 Thread Daniel Shahaf
Mark Hanson wrote on Thu, Jul 22, 2010 at 07:25:58 -0700: + file exp/foo.txt exp/repo2/foo.txt exp/foo.txt:       ASCII text, with CRLF line terminators exp/repo2/foo.txt: ASCII text Does this reproduce with the trunk? Yes, I get the same output with trunk. #!/bin/sh -x mkdir scratch; cd

Re: Problem with commit

2010-07-23 Thread Daniel Shahaf
Ameet Nanda wrote on Thu, Jul 22, 2010 at 17:23:54 -0700: Hi, I set up SVN with apache and everything seems to be running fine. However, when I try to commit, it prompts me for a password, and once I supply the password, it gives me the following error: svn: Commit failed (details

Re: Bug: errorcode is 0 when checkout/update failed.

2010-07-23 Thread Daniel Shahaf
Is anything printed to stderr? Harvey Chapman wrote on Fri, Jul 23, 2010 at 12:06:03 -0400: C:\svn --version svn, version 1.6.6 (r40053) compiled Oct 26 2009, 20:14:36 Copyright (C) 2000-2009 CollabNet. I have a small repository with some large externals. When the

hotcopy fails on fsfs.conf that has never been created

2010-07-23 Thread Daniel Shahaf
users@ Next time please use a subject line. Александр Букреев wrote on Fri, Jul 23, 2010 at 10:43:29 +0400: I use Visual SVN Server 2.1.3. (included Subversion 1.6.12). When you try to execute the command: svnadmin hotcopy D:\Repositories\AllProjects\ e:\a\ I get an error message:

Re:

2010-07-25 Thread Daniel Shahaf
Keith Moore wrote on Mon, Jul 26, 2010 at 09:59:02 +1000: I found the simplest way to fix it is to create a new [temporary] repository and copy the fsfs.conf file from it, this has the default config in it, to your actual repository. Then delete the temporary repository. +1 I think after

Re: sasl mechanisms order

2010-07-25 Thread Daniel Shahaf
Victor Sudakov wrote on Mon, Jul 26, 2010 at 09:30:19 +0700: Colleagues, I have the following line in /usr/local/lib/sasl2/svn.conf: mech_list: gssapi digest-md5 anonymous How can I guarantee that the subversion client/server will always use GSSAPI before DIGEST-MD5? Or a more generic

Re: sasl mechanisms order

2010-07-26 Thread Daniel Shahaf
CC += dev@ Victor Sudakov wrote on Mon, Jul 26, 2010 at 12:53:44 +0700: Daniel Shahaf wrote: I have the following line in /usr/local/lib/sasl2/svn.conf: mech_list: gssapi digest-md5 anonymous How can I guarantee that the subversion client/server will always use GSSAPI before

Re: sasl mechanisms order

2010-07-27 Thread Daniel Shahaf
Victor Sudakov wrote on Tue, Jul 27, 2010 at 09:14:42 +0700: So we seem to have a stalemate situation. The SASL library believes the client should select the preferred mechanism, whereas the Subversion client relies on the order suggested by the server. Brilliant. It would be more constructive

Re: How to get the client hostname while user committing the code to the repository?

2010-07-27 Thread Daniel Shahaf
What Stephen said. @Ramkumar, if you told us *why* you think you want that info, we might be able to help you solve your problem in a different way. Stephen Connolly wrote on Mon, Jul 26, 2010 at 18:08:25 +0100: Probably not available. Keep in mind that depending on how a repo is set up

Re: sasl mechanisms order

2010-07-27 Thread Daniel Shahaf
Alec Kloss wrote on Tue, Jul 27, 2010 at 12:42:11 -0500: I'd dread the day someone changed the Cyrus SASL Makefile and got them installed in reverse order. Personally, I'd just assume the order is arbitrary and not rely on it to have any particular rule behind it.

Re: Mailing lists? Really?

2010-07-28 Thread Daniel Shahaf
Ds Jstc wrote on Wed, Jul 28, 2010 at 11:13:26 -0700: I've been using subversion in a lighthearted way for a couple of years, recommending it to clients, sending a little money to Tigris now and then. It works very well for most of what I need it for. But I have one big problem that I

Re: Mailing lists? Really?

2010-07-28 Thread Daniel Shahaf
Bob Archer wrote on Wed, Jul 28, 2010 at 17:36:30 -0400: Certainly not. Nor do you have to subscribe to post. As a non-subscriber your post will be moderated but if you are patient it will be approved through fairly quickly (says I as one of the moderators). Further, moderation delay only

Re: svn update -r $revision could hang if $revsion is greater than HEAD

2010-07-29 Thread Daniel Shahaf
If you're using svn+ssh://, maybe ssh is prompting you? Can you run the offending command under a debugger and investigate where it spends its time? jason_zhuyx wrote on Thu, Jul 29, 2010 at 09:59:56 -0700: http://subversion.tigris.org/issues/show_bug.cgi?id=3687   Sorry I should have come

Re: Possible corruption?

2010-07-30 Thread Daniel Shahaf
For fsfs you should be okay. I'm not sure about bdb; if the two servers don't have the same architecture and the same BDB versions, how would BDB behave when trying to read the (incompatible?) on-disk databases. west alto wrote on Fri, Jul 30, 2010 at 11:23:25 +0800: Hi, This is my setup. I

Re: Mailing lists? Really?

2010-07-30 Thread Daniel Shahaf
David Weintraub wrote on Thu, Jul 29, 2010 at 16:23:57 -0400: On Wed, Jul 28, 2010 at 2:13 PM, Ds Jstc dsj...@gmail.com wrote: But I have one big problem that I can't resolve. It's this: the mailing list paradigm drives me insane. I want to search for solutions, complain about my

Re: How to cut and graft?

2010-07-30 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, Jul 29, 2010 at 20:50:16 -0500: svn rm $URL/trunk -m Delete old trunk svn mv $URL/branches/thebranch $URL/trunk -m Make branch thebranch the new trunk And to do this rm+mv in one commit, you could use svnmucc.

Re: Branching from Working Copy with Partial Visibility

2010-07-30 Thread Daniel Shahaf
Neil Gray (Chemstations) wrote on Thu, Jul 29, 2010 at 14:49:59 -0700: Hello. My subversion repository has some directories with restricted access configured by the authz file. This works very well, and checkouts with partial visibility. However if I need to make a branch, I cannot seem

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Jul 30, 2010 at 20:05:16 +0200: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from revisions after a missing revs/ file gap. All the dumpfiles I created which began with a revision past a point

Re: Recovering repository with multiple missing rev/ files

2010-07-30 Thread Daniel Shahaf
Eiren Smith wrote on Fri, Jul 30, 2010 at 17:22:43 -0400: On Jul 30, 2010, at 3:41 PM, Daniel Shahaf wrote: Stefan Sperling wrote on Fri, Jul 30, 2010 at 20:05:16 +0200: On Fri, Jul 30, 2010 at 01:57:12PM -0400, Eiren Smith wrote: Unfortunately, it appears I cannot create dump files from

Re: corrupt revision, Reading one svndiff window read beyond the end of the representation

2010-08-03 Thread Daniel Shahaf
.) -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Tuesday, August 03, 2010 9:30 AM To: Justin Georgeson Cc: users@subversion.apache.org Subject: Re: corrupt revision, Reading one svndiff window read beyond the end of the representation Justin

Re: corrupt revision, Reading one svndiff window read beyond the end of the representation

2010-08-03 Thread Daniel Shahaf
]$ Well, now you know what these numbers mean. HTH; I have to sleep now, so I'll check back on this thread tomorrow evening. -Original Message- From: Justin Georgeson Sent: Tuesday, August 03, 2010 10:03 AM To: 'Daniel Shahaf' Cc: users@subversion.apache.org Subject: RE

Re: svn command line client - url encoding

2010-08-04 Thread Daniel Shahaf
Glen Pike wrote on Wed, Aug 04, 2010 at 11:07:19 +0100: If I use the command line: svn co https://ea_repos/svn/blender/trunk/Py modules, xls [latest ver]/ I get the response: svn: URL 'https://ea_repos/svn/blender/trunk/Py%20modules,%20xls%20[latest%20ver]/' is not

Re: undefined symbol: REP_CACHE_DB_SQL

2010-08-04 Thread Daniel Shahaf
Alexander Skwar wrote on Wed, Aug 04, 2010 at 21:23:50 +0200: Hi. 2010/8/4 Daniel Shahaf d...@daniel.shahaf.name No.  That file is auto-generated from libsvn_fs_fs/*.sql (IIRC, by build/transform_sql.py). (And, apparently, the autogeneration mechanism has changed, since in trunk I

Re: SVN logout command

2010-08-06 Thread Daniel Shahaf
Erik Andersson wrote on Fri, Aug 06, 2010 at 13:16:42 +0200: Lookup the parameter --username. +1 I don't think there exists login/logout functionality in svn, but maybe you have cached your credentials. You don't say what client you're using.. Doesn't matter; the login creds should be

Re: Cannot find GLib and GNOME Keyring .pc files

2010-08-06 Thread Daniel Shahaf
You don't need GNOME Keyring for password storing --- only for enabling the on-disk stored passwords not to be stored in plaintext. (We always support not storing passwords or (on non-(Mac|Windows)) storing them in plaintext.) Anyway, ./configure.ac relies on pkg-config to find those *.pc files;

Re: can i svn cat without keyword expansion

2010-08-07 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sat, Aug 07, 2010 at 07:52:35 -0400: On Sat, Aug 7, 2010 at 4:19 AM, Stefan Sperling s...@elego.de wrote: On Fri, Aug 06, 2010 at 10:16:59PM +, Bob wrote: Hi, If I do svn cat on a file, with the svn:keywords property set, it expands out SVN keywords such

Re: can i svn cat without keyword expansion

2010-08-08 Thread Daniel Shahaf
David Weintraub wrote on Sun, Aug 08, 2010 at 13:24:02 -0400: On Sun, Aug 8, 2010 at 11:50 AM, Nico Kadel-Garcia nka...@gmail.com wrote: The original poster in this thread asked about using svn cat and disabling the keywords: quite sensible, really. I'd like to see a similar setting for svn

Re: can i svn cat without keyword expansion

2010-08-09 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Aug 09, 2010 at 07:35:42 -0400: On Sun, Aug 8, 2010 at 5:24 PM, Stefan Sperling s...@elego.de wrote: On Sun, Aug 08, 2010 at 11:50:13AM -0400, Nico Kadel-Garcia wrote: disabling the keywords: quite sensible, really. I'd like to see a similar setting for svn

Re: svn checkout - special characters in file name are not encoding properly

2010-08-09 Thread Daniel Shahaf
(I'm going to handle just the svn repository potential cause of the problem. I'll let others handle the client-side problem, but repository is okay potential cause.) suman.mai...@asia.bnpparibas.com wrote on Mon, Aug 09, 2010 at 11:42:04 +0530: Hi, I'm working on French project. Very recently

Re: svn checkout - special characters in file name are not encoding properly

2010-08-09 Thread Daniel Shahaf
Alexander Skwar wrote on Mon, Aug 09, 2010 at 18:22:57 +0200: Hi. Am 09.08.2010 um 17:31 schrieb Daniel Shahaf d...@daniel.shahaf.name: suman.mai...@asia.bnpparibas.com wrote on Mon, Aug 09, 2010 at 11:42:04 +0530: Hi, I'm working on French project. Very recently we have migrated our

Re: svn update -r $revision could hang if $revsion is greater than HEAD

2010-08-09 Thread Daniel Shahaf
jason_zhuyx wrote on Mon, Aug 09, 2010 at 08:58:55 -0700: The URL is like svn://svn-server-01/Project/trunk. How should I use svn+ssh? I said: If you're using svn+ssh://, maybe ssh is prompting you? ^^ You are not using svn+ssh://, and I wasn't suggesting that you switch to doing that.

Re: svn checkout - special characters in file name are not encoding properly

2010-08-10 Thread Daniel Shahaf
suman.mai...@asia.bnpparibas.com wrote on Tue, Aug 10, 2010 at 10:52:10 +0530: Please let me know how to check the file system encoding type in repository, Use tools that access the repository directly. (i.e., the tools that take a *path*, rather than a URL, of the repository.) For example:

Re: How to build GNOME Keyring for Subversion

2010-08-12 Thread Daniel Shahaf
Giulio Troccoli wrote on Thu, Aug 12, 2010 at 12:14:10 +0100: Oh and please stop top-posting In other words, Giulio is requesting you to put your text *below* the text of the message you are responding to, per list convention.

Re: Setting multiple properties with on command

2010-08-12 Thread Daniel Shahaf
Pathy Kongo wrote on Wed, Aug 11, 2010 at 18:22:31 +0200: Hello, I develop a web-based application that send command to a subversion Server using the Subversion command line client *svn* I create several files and use the *svn propset* command to add properties on files. There is a lot of

Re: Setting multiple properties with on command

2010-08-12 Thread Daniel Shahaf
Pathy Kongo wrote on Wed, Aug 11, 2010 at 18:22:31 +0200: Hello, I develop a web-based application that send command to a subversion Server using the Subversion command line client *svn* I create several files and use the *svn propset* command to add properties on files. There is a lot of

Re: svn:keywords settings make file different?

2010-08-12 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, Aug 12, 2010 at 22:00:25 -0500: On Aug 12, 2010, at 21:47, netvampire.tw wrote: I knew I should set keywords properties on text file only. I thought the properties would not apply to binary file so I apply the setting on the root folder. Properties will be

Re: svn command: problems with files starting with '-'

2010-08-13 Thread Daniel Shahaf
Another option: svn rename -- -MediacatController.php MediacatController.php (which is a bit easier for scripting) Tony Sweeney wrote on Fri, Aug 13, 2010 at 10:34:58 +0100: The usual UNIX trick would be: svn rename ./-MediacatController.php MediacatController.php Does this

Re: Can't connect to the host 'hostname':

2010-08-13 Thread Daniel Shahaf
Csaba Raduly wrote on Fri, Aug 13, 2010 at 14:15:57 +0200: On Thu, Aug 12, 2010 at 9:02 PM, Andre Guilherme Soares e Silva wrote: Please, I have svnserve running as a service. It starts automatically with a repository. I can use the command svn list svn://localhost, this runs very

Re: Change list association is lost when renaming

2010-08-19 Thread Daniel Shahaf
Here is a transcript with current trunk, it seems the issue is fixed, do you agree? [[[ % $svn cl foo iota A [foo] iota % $svn mv iota iota2 A iota2 D iota % $svn st --- Changelist 'foo': D iota A +iota2 % touch kappa % $svn add kappa A kappa % $svn cl bar

Re: Subversion encountered a serious problem - during svn update

2010-08-19 Thread Daniel Shahaf
In the future, could you just type the error messages instead of attaching jpegs. * I don't read non-text attachments on this list. And I don't think I'm alone at that. * that way is more friendly to search engines Patrick Fletcher wrote on Mon, Aug 16, 2010 at 12:53:09 -0400: Hello,

Re: Subversion 1.6.12 and Python 2.7

2010-08-19 Thread Daniel Shahaf
(Just to clarify, this is about the *python bindings* tests, not about the Python tests of the core C binaries subversion/svn*/) Barry Warsaw wrote on Wed, Aug 18, 2010 at 17:38:04 -0400: Does anybody have any additional information? Is anybody working on fixing the failing Python 2.7 tests?

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-19 Thread Daniel Shahaf
these functions could only be performed by authorized users... -Original Message- From: Ramkumar Ramachandra [mailto:artag...@gmail.com] Sent: Wednesday, August 18, 2010 1:51 PM To: Subversion Users Mailing List Cc: Daniel Shahaf; Bert Huijben; Stefan Sperling Subject: [ANNOUNCE] svnrdump

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-19 Thread Daniel Shahaf
Feldhacker, Chris wrote on Thu, Aug 19, 2010 at 15:27:25 -0500: Ramkumar: Again, I expect that access control/ security is automatically taken care of in the RA layer. `svnrdump load` is just like a user making some changes and committing them one by one except the author and timestamp in

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-19 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Aug 19, 2010 at 15:25:51 -0500: On 8/19/2010 3:13 PM, Daniel Shahaf wrote: Let me say that even more clearly: svnrdump is a new CLIENT-SIDE tool. It did not change a millimeter in the server code or in the network protocols. That severly limits the extent

Re: Subversion 1.6.12 and Python 2.7

2010-08-19 Thread Daniel Shahaf
Barry Warsaw wrote on Thu, Aug 19, 2010 at 16:46:57 -0400: On Aug 19, 2010, at 11:03 PM, Daniel Shahaf wrote: Barry Warsaw wrote on Wed, Aug 18, 2010 at 17:38:04 -0400: Does anybody have any additional information? Is anybody working on fixing the failing Python 2.7 tests? Is there an open

Re: Change list association is lost when renaming

2010-08-20 Thread 'Daniel Shahaf'
wrote on Thu, Aug 19, 2010 at 14:08:50 -0700: Yes, this appears to be the same issue. I'm glad it is fixed. In what version will it appear? Michael -Original Message- From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] Sent: Thursday, August 19, 2010 12:47 PM To: Michael Saunders

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-20 Thread Daniel Shahaf
Ramkumar Ramachandra wrote on Fri, Aug 20, 2010 at 10:29:15 +0530: Hi Jon, Jon Foster writes: Daniel Shahaf wrote: Yes: svn propset --revprop svn:author svn propset --revprop svn:date But not by default. Changing revprops has to be explicitly enabled

Re: is 'svn lock' possible for replication?

2010-08-23 Thread Daniel Shahaf
Campbell Allan wrote on Mon, Aug 23, 2010 at 11:10:28 +0100: On Sunday 22 Aug 2010, Andy Levy wrote: On Sun, Aug 22, 2010 at 14:16, Steven Woody narkewo...@gmail.com wrote: On 20 August 2010 23:19, Steven Woody narkewo...@gmail.com wrote: Hi, With a replication/write-through

  1   2   3   4   5   6   7   8   9   10   >