Re: Problem with checkout on AMD64

2009-12-24 Thread Stefan Sperling
On Wed, Dec 23, 2009 at 01:31:36PM +, Tim Ellison wrote: Hi, I'm trying to checkout Apache Harmony on an x86_64 machine using the SVN command-line client 1.6.6 binaries downloaded from CollabNet. I get the following error (below), which does not occur when I subsequently update the

Re: Problem with checkout on AMD64

2009-12-27 Thread Stefan Sperling
On Sun, Dec 27, 2009 at 09:12:36PM +0100, Erik Huelsmann wrote: There's a fundamental difference in how the svn client and TSVN operate: TSVN creates all its files with full paths. In that case, the maximum length of a file name on windows is 65k bytes. The way the SVN client does it is

Re: way of feature request

2010-01-15 Thread Stefan Sperling
On Fri, Jan 15, 2010 at 09:25:56AM +0100, Claudius Sailer wrote: Hi, what is the way or what is the best way, when I want to add a feature request? What I am looking for. IMHO I can find in OS Unix, Linux, Windows, MacOS X for every file the creation date, modification date and last

Re: svn diff for added files works inconsistently

2010-01-19 Thread Stefan Sperling
On Sat, Jan 16, 2010 at 07:53:24PM +0300, Андрей Парамонов wrote: Hello! I've discovered that svn diff works for added files if specifying just revision range, but does not work if also specifying the filename. Is it known bug? I guess you ran into

Re: svn diff doesn't show files created by svn move or svn copy

2010-01-19 Thread Stefan Sperling
On Tue, Jan 19, 2010 at 05:02:33PM +0100, Stein Somers wrote: Does anyone know why svn diff doesn't show files created by svn move or svn copy? Because a move or copy doesn't change file contents. svn status shows what has changed in general, svn diff zooms in on changed file contents.

Re: svn diff for added files works inconsistently

2010-01-19 Thread Stefan Sperling
On Tue, Jan 19, 2010 at 07:59:42PM +0300, Андрей Парамонов wrote: 2010/1/19 Stefan Sperling s...@elego.de: I guess you ran into http://subversion.tigris.org/issues/show_bug.cgi?id=2873 Yes, I guess so. Thanks for the link. Do you think it gets resolved any time soon? I don't know

Re: Migrating from BitKeeper

2010-01-21 Thread Stefan Sperling
On Thu, Jan 21, 2010 at 01:19:19PM -0600, Robert Graham wrote: Hello, I work at a research lab that still uses BitKeeper for a significant chunk of our SCM needs. We are currently looking into alternatives and seeking out tools to aid the transition. We were hoping that someone might be

Re: Invalid large, negative Content-Length

2010-01-25 Thread Stefan Sperling
On Mon, Jan 25, 2010 at 09:45:19AM -0500, Doug Warner wrote: When trying to svn update a working copy on Linux (svn 1.6.6) I'm receiving the error 413 Request Entity Too Large. Indeed, the Content-Length I'm seeing the client send when I set neon-debug-mask = 138 in [global] of the servers

Re: Error building Subversion 1.6.9 on Solaris 8

2010-01-28 Thread 'Stefan Sperling'
On Thu, Jan 28, 2010 at 09:57:57AM +, Giulio Troccoli wrote: I have indeed installed gettext (and libiconv for dependencies) in /usr/local/lib from the package from www.sunfreeware.com. I have reconfigured the build with CC=/opt/SUNWspro/bin/cc \ CPPFLAGS=-I/user/dev/local/include \

Re: merging trunk to branch merges the whole trunk history

2010-02-03 Thread Stefan Sperling
On Tue, Feb 02, 2010 at 07:30:27PM -0800, esatel wrote: Hi, I have an svn repository created by converting an old cvs repository using SVN 1.5.1. If I do the following: 1. Create a branch around trunk revision 1598 2. Work a bit further on the trunk and commit (I don't think this is

Re: Problems setting svn:ignore property to * via windows command line

2010-02-09 Thread Stefan Sperling
On Tue, Feb 09, 2010 at 11:27:21AM +0100, Janosch Scharlipp wrote: Thanks for your answers, but still i think this is not as it should be. If the parameter is expanded by the shell, or as if it was the shell, then the shell escaping mechanism (^ on windows) should work. If parameter

Re: Slow relative externals

2010-02-16 Thread Stefan Sperling
On Mon, Feb 15, 2010 at 06:39:42AM -0800, Alexander Perkalsky wrote: Dear users, My repository resides on remote server. I noticed that extensive use of relative SVN externals (100) significantly slows down the checkout and update. What is the underlying reason for that? Is any

Re: Expected release date of RedBean for 1.6

2010-02-17 Thread Stefan Sperling
On Wed, Feb 17, 2010 at 12:36:19AM -0500, Pat Farrell wrote: I've never yet found a good developer who is good at writing documentation. I've been doing this for nearly 40 years. I do actually tend to like writing documentation sometimes. No idea if it's really any good. But I've been

Re: merging trunk to branch merges the whole trunk history

2010-02-17 Thread Stefan Sperling
URLs. My problem is that when I upgrade trunk to branch I get lots of conflicts and messages to the effect that the whole history is getting merged. I tried the fix suggested by Stefan Sperling: branch-working svn merge --record-only -r0:1606 TRUNK_URL which produces no output. Then I still

Re: how do I post a feature request? (svn status -r 400:401)

2010-02-17 Thread Stefan Sperling
On Wed, Feb 17, 2010 at 01:39:44AM -0800, mlg 3 wrote: I want to obtain a list of files that have changed between two versions. If it was a working copy, I could use svn status and svn diff With two versions in the repository, I can still use svn diff -r 400:401 but cannot use svn

Re: how do I post a feature request? (svn status -r 400:401)

2010-02-17 Thread Stefan Sperling
On Wed, Feb 17, 2010 at 10:56:38AM +0100, Stefan Sperling wrote: On Wed, Feb 17, 2010 at 01:39:44AM -0800, mlg 3 wrote: I want to obtain a list of files that have changed between two versions. If it was a working copy, I could use svn status and svn diff With two versions

Re: Expected release date of RedBean for 1.6

2010-02-17 Thread Stefan Sperling
On Tue, Feb 16, 2010 at 09:42:25PM -0500, Pat Farrell wrote: While SVN seems to have an active support community, I'm not seeing parallel evidence of active support for the documentation. for example, in another thread, Mike Dixon wrote: Uh? What's wrong with --reintegrate? Well for me,

Re: merging trunk to branch merges the whole trunk history

2010-02-17 Thread Stefan Sperling
On Wed, Feb 17, 2010 at 06:24:35AM -0800, Eli S wrote: Once we upgrade, can I recover using the same ideas? Do I have to mark the trunk in any way? I don't think you need to do anything apart from upgrading the server. Subversion should be able to figure this out automatically. It just needs

Re: Reorganizing a live tree

2010-02-18 Thread Stefan Sperling
On Thu, Feb 18, 2010 at 02:49:35AM -0800, Kenneth Porter wrote: If I move a file (say, to a new subdirectory) and commit, and another user then edits the file from a pre-move WC, what happens when he updates his WC? Do his edits get merged to the file in the new location? See

Re: Branch from a branch -- will merges still work?

2010-02-18 Thread Stefan Sperling
On Thu, Feb 18, 2010 at 11:22:36AM -0500, Rob van Oostrum wrote: On Thu, Feb 18, 2010 at 11:19 AM, Jacob Weber ja...@jacobweber.com wrote: Do you mean that I don't need to delete my branch after a reintegrate, as suggested here:

Re: regression: commiting a property change fails on windows, when working copy is on a samba share

2010-02-22 Thread Stefan Sperling
On Mon, Feb 22, 2010 at 03:50:21PM +0100, Attila Kinali wrote: --- Commit Y:\work\scilab Commit succeeded, but other errors follow: Error bumping revisions post-commit (details follow): In directory 'Y:\work\scilab' Error processing command 'committed' in 'Y:\work\scilab' Can't move

Re: SVN 1.6.x - Merge using sparse checkout resulting in tree conflicts

2010-02-22 Thread Stefan Sperling
On Mon, Feb 22, 2010 at 02:38:47PM -0800, Srinivas Kotla wrote: Hi, Did anyone run into issues with merge resulting in tree conflicts when using sparse checkouts? Some directories that were not checkedout in the working copy were marked as tree conflicts after the merge (local delete,

Re: Tree conflict - svn status cannot show?

2010-02-26 Thread Stefan Sperling
On Fri, Feb 26, 2010 at 12:05:52AM +, Barry Scott wrote: j On 25 Feb 2010, at 23:18, Stefan Sperling wrote: On Thu, Feb 25, 2010 at 10:30:18PM +, Barry Scott wrote: I starting to see failures to commit because of tree conflicts. svn status does not seem to show tree conflicts

Re: Managing Vendor Branches

2010-02-27 Thread Stefan Sperling
On Fri, Feb 26, 2010 at 09:49:56PM -0800, Jeff Mott wrote: I've recently needed to track changes for vendor code drops, so I read the SVN book's vendor branches chapter. But I'm not entirely happy with part of the procedure, so I'd like to talk it out and, I hope, find a better way. The

Re: Managing Vendor Branches

2010-02-28 Thread Stefan Sperling
On Sat, Feb 27, 2010 at 09:09:14PM -0800, Jeff Mott wrote: I just discovered that using --ignore-ancestry fixed the problem. This caused SVN to update rather than replace my working copy. What is the ancestral relationship between the branches containing the vendor drops? I assume they are just

Re: Managing Vendor Branches

2010-02-28 Thread Stefan Sperling
On Sun, Feb 28, 2010 at 10:41:52AM -0800, Jeff Mott wrote: On Sun, Feb 28, 2010 at 4:28 AM, Stefan Sperling s...@elego.de wrote: On Sat, Feb 27, 2010 at 09:09:14PM -0800, Jeff Mott wrote: I just discovered that using --ignore-ancestry fixed the problem. This caused SVN to update rather than

Re: Why do you need to grant root access to subversion repository??

2010-03-02 Thread Stefan Sperling
On Tue, Mar 02, 2010 at 11:41:00AM -0500, Keith Theman wrote: But as I read your dev's discourse, this bug has rightfully introduce questions in the user community about how this bug could be allowed, and why it has lingered for so long! Not only in the user community:

Re: missing error messages

2010-03-03 Thread Stefan Sperling
On Wed, Mar 03, 2010 at 04:06:08PM +0100, Janus Weil wrote: Dear subversion team, I noticed that recent svn releases fail to display many error messages. Example: Doing svn co svn+ssh://some...@gcc.gnu.org/svn/gcc/trunk trunk without having the proper ssh keys for user 'someone'. The svn

Re: svn log via svnserve is letting me see things it shouldn't, but svn ls works as I expect

2010-03-03 Thread Stefan Sperling
On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote: In particular, log messages to files not in /cyclingproject/public should not be available. Log message are not per file. They are per revision. They aren't tied to any particular path. Off-hand I cannot think of a way to prevent

Re: Subversion

2010-03-04 Thread Stefan Sperling
On Thu, Mar 04, 2010 at 11:51:58AM +0100, Leszek Szarlej wrote: Thank you for your message Yes. Link both to the *same* APR libraries. Could you please specify what do you mean by link. Is it enough to change symbolic links ? without recompiling from sources? You need to recompile to be

Re: SVN Bug? mergeinfo being stamped on wrong files

2010-03-05 Thread Stefan Sperling
On Thu, Mar 04, 2010 at 04:27:16PM -0500, Brad Heide wrote: C:\Dev\ModuleTests\Core3-3.15.x\Modules\Coresvn merge -c 38300 ..\..\..\_Core3-trunk\Modules\Core (It just so happens that revision 38300 has already been merged to this branch so we expect the result of this merge operation to be

Re: missing error messages

2010-03-12 Thread Stefan Sperling
Ping. Janus, would this make you happy? Do you think this fix should go in? Stefan On Wed, Mar 03, 2010 at 05:08:41PM +0100, Stefan Sperling wrote: On Wed, Mar 03, 2010 at 04:06:08PM +0100, Janus Weil wrote: Dear subversion team, I noticed that recent svn releases fail to display many

Re: missing error messages

2010-03-13 Thread Stefan Sperling
On Sat, Mar 13, 2010 at 11:05:26AM +0100, Janus Weil wrote: Hi, Ping. sorry about my long turnaround time. Janus, would this make you happy? Do you think this fix should go in? Yes, this would make me happy :) Great :) Actually I would prefer not to use -q by default in the

Re: Best way to capture implicit affected paths for a revision

2010-03-15 Thread Stefan Sperling
On Mon, Mar 15, 2010 at 10:33:23AM -0500, Thomas S. Trias wrote: Some of our utilities require a list of changed paths for a revision, including the sub-paths included in a directory delete / replace / copy. For the replace, the ideal situation is to capture a set of deletes, replaces, and

Re: Log excluding svn:mergeinfo changes

2010-03-15 Thread Stefan Sperling
On Mon, Mar 15, 2010 at 10:48:13AM -0500, Thomas S. Trias wrote: Is there a good way to get the log for a path excluding changes that only affected svn:mergeinfo? We have a project with several one-off copies of files, where changes to the copyfrom-path get merged in periodically. We then

Re: Installing two subversion release on the same machine

2010-03-17 Thread Stefan Sperling
On Wed, Mar 17, 2010 at 02:46:47PM +0100, emiliano.mon...@eu.steria.be wrote: Hallo, I'm new comer in Subversion users mailing list and I want post my first question: I have Subversion 1.4.5 release up and running over a Linux CentOS machine. Due to I would like to upgrade Subversion to

Re: Log excluding svn:mergeinfo changes

2010-03-17 Thread Stefan Sperling
On Wed, Mar 17, 2010 at 10:54:29AM -0500, Thomas S. Trias wrote: I will gladly lend time and energy as available; I envision even more affected commands, such as info and ls for their last committed revision calculation. Great, that's very much appreciated! If you haven't done so, you might

Re: svnserve and ldap status ?

2010-03-23 Thread Stefan Sperling
On Tue, Mar 23, 2010 at 01:00:09PM +0100, Remi wrote: Hi everyone, I'm trying to set up svnserve to work with ldap using sasl. But actually it can't get it work. Since svn 1.6.5, svnserve should work with sasl. From http://svn.apache.org/repos/asf/subversion/tags/1.6.5/CHANGES, I read :

Re: svnserve and ldap status ?

2010-03-23 Thread Stefan Sperling
On Tue, Mar 23, 2010 at 02:44:55PM +0100, Remi wrote: I've also found a patch to use svnserve directly with ldap ( http://svn.haxx.se/dev/archive-2008-01/0719.shtml). Why this one as not been included in svnserve ? My guess is lack of developer competence regarding LDAP, which translates to

Re: Working in partially versioned directories

2010-03-23 Thread Stefan Sperling
On Tue, Mar 23, 2010 at 09:13:53AM -0500, Ryan Schmidt wrote: On Mar 23, 2010, at 09:01, Tino Schwarze wrote: We have an application which consists of multiple modules which are packaged together, then installed into a Web-application layout. That is: The repository layout differs from

Re: svnserve and ldap status ?

2010-03-23 Thread Stefan Sperling
On Tue, Mar 23, 2010 at 10:39:56AM -0500, Alec Kloss wrote: On 2010-03-23 15:22, Stefan Sperling wrote: It's a bit unfortunate that most of our developers lack expertise in external authentication mechanisms Subversion is hooked up to. The reason is probably that our developers tend

Re: svn-fast-backup: return value differentiation between serious failure and existing revision?

2010-03-24 Thread Stefan Sperling
On Wed, Mar 24, 2010 at 09:43:28AM +0100, Johannes Graumann wrote: Hi, I'm scripting the nightly backup of my subversion repositories via 'svn- fast-backup'. I started out summing up the return values of all invocations in the script, intending to trigger an email if the sum is != 0, which

Re: svn stat - show source of copied files

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 05:09:08PM +0300, Stanimir Stamenkov wrote: I'm trying to determine the source of an added file after rename, for example, prior the changes are committed. Is it possible? Yes, you can use svn info: $ svn info alpha.copy Path:

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman lee.kauf...@transmetric.com wrote: I have been set the task of setting up SVN and connecting Authentication and Authorization to our MS Active Directory system.  The SVN is now running

Re: LDAP Group Configuration in AuthzSVNAccessFile

2010-03-31 Thread Stefan Sperling
On Wed, Mar 31, 2010 at 02:28:53PM -0700, Aaron Turner wrote: On Wed, Mar 31, 2010 at 2:25 PM, Stefan Sperling s...@elego.de wrote: On Wed, Mar 31, 2010 at 12:40:13PM -0700, Aaron Turner wrote: On Wed, Mar 31, 2010 at 12:23 PM, Lee Kaufman lee.kauf...@transmetric.com wrote: I have been

Re: File not deleted after update

2010-04-06 Thread Stefan Sperling
On Tue, Apr 06, 2010 at 10:24:21AM -0400, David Shere wrote: An interesting chain of events here: http://pastebin.com/rR1Fw1K0 The update should have deleted ebayparts.cgi, but it didn't. It just un-versioned it. Am I missing something? That probably means ebayparts.cgi was locally modified

Re: Reintegrate Merge causing tree conflicts after revert?

2010-04-09 Thread Stefan Sperling
On Fri, Apr 09, 2010 at 11:06:57AM -0700, thinkpipes wrote: Hello, --- PROBLEM Using the --reintegrate option, merging the same two branches twice (from reverting 3 merged files after the first merge) causes many non-existent tree conflicts, along with text conflicts, after the second

Re: Subversion Exception

2010-04-14 Thread Stefan Sperling
On Wed, Apr 14, 2010 at 10:24:22AM +0300, Abby Kehat wrote: Subversion reported the following: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.6.2\ext\subversion\libsvn_ra_svn\marshal.c' line 486: assertion failed (opt || cstr) You are using TortoiseSVN 1.6.2 (which is based on

Re: Sync Fail on svn 1.6.9

2010-04-15 Thread Stefan Sperling
On Thu, Apr 15, 2010 at 07:10:00PM -0400, Andersen, Krista wrote: Do you know what SVN does now to detect and remove stale sync locks? Can this be related? Is it possible my first sync issue is from timing-out? Or perhaps it only appears to timeout from my command line client's point of

Re: SVN MOVE don't perform a delete in some case

2010-04-16 Thread Stefan Sperling
On Fri, Apr 16, 2010 at 09:40:34AM +0200, Yann Crueghe wrote: Hi ! Hi! *Test 1 : Try to rename a directory BRANCHE to BRANCHE_1* *Command :* svn move --message Rename BRANCHE to BRANCHE_1 http://tetris.agora.msanet:16060/svn/METIER/y78amodifier/branches/BRANCHE

Re: Sync Fail on svn 1.6.9

2010-04-17 Thread Stefan Sperling
On Fri, Apr 16, 2010 at 08:19:26PM -0400, Andersen, Krista wrote: I have run into the same first sync issue again today. This time it was on a commit that involved over 8000 paths. When I gave the sync command myself I got this error output: Transmitting file data .truncated - this

Re: killer feature -- HEAD+1

2010-04-21 Thread Stefan Sperling
On Wed, Apr 21, 2010 at 10:35:13AM -0400, Bob Archer wrote: Hi David, David Brodbeck wrote on Tue, 20 Apr 2010 at 14:31 -0700: I'm more interested in the feature suggested by the +1 in the subject line -- the ability to get *future* revisions that haven't been committed yet. Just

Re: Working copy wrong after svn up

2010-04-23 Thread Stefan Sperling
On Fri, Apr 23, 2010 at 08:19:18PM +0200, Matthias Hryniszak wrote: I'd like to file this as a bug. Could you point me to where I can do it? You won't get much of an answer for filing this as a bug other than wait for 1.7. Subversion's working copy management library is currently undergoing a

Re: Working copy wrong after svn up

2010-04-23 Thread Stefan Sperling
On Fri, Apr 23, 2010 at 08:38:01PM +0200, Matthias Hryniszak wrote: Thanks for the response - that's really great to hear and I guess I'll skip this one in that case. On second thought, you can still file an issue, with the intention that this particular use case will be tested and verified to

Re: Change warning on externals checkout failure to error

2010-04-24 Thread Stefan Sperling
On Sat, Apr 24, 2010 at 04:05:04PM +0300, anatoly techtonik wrote: Hello, We have an issue in Bitten [1] continuous integration system that if SVN fails when checking out externals, we can't detect this. Therefore build process, where svn is essential chain link continues when it should

Re: svnadmin hotcopy fail with 1.6.11

2010-04-25 Thread Stefan Sperling
On Sat, Apr 24, 2010 at 10:15:47PM -0700, Andy Peters wrote: Hello, list ... I just updated a server from 1.6.3 to 1.6.11, running on Fedora 7. I didn't do a dump and load on the repository. When running svnadmin hotcopy on the repo, I get a complaint about file fsfs.conf not found. When

Re: Committing changes

2010-05-04 Thread Stefan Sperling
On Tue, May 04, 2010 at 03:33:56PM -0400, Andy Levy wrote: On Tue, May 4, 2010 at 15:17, John Doe warlockleviat...@gmail.com wrote: Hi Hope this is the right place to ask about this. My question is best asked with a scenario of the situation: Your web server root is at C:\webs You

Re: Fwd: Cannot reintegrate feature branch

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 06:49:51PM +0800, Jean Seurin wrote: added line /branches/project-1.13/*pathToFile*:6266-6372 A * has special meaning in mergeinfo. Does the * actually appear in the mergeinfo or not? Stefan

Re: Cannot reintegrate feature branch

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 06:18:07PM +0800, Jean Seurin wrote: Hi, I just persuaded my organisation to give a try to Feature Branch. After 3 merges only, What 3 merges precisely? when I attempt to --dry-run a merge --reintegrate I've got the following error: svn merge --reintegrate

Re: Cannot reintegrate feature branch

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 01:36:04PM +0200, Stefan Sperling wrote: You want mergeinfo like this: /branch (svn:mergeinfo = trunk:r50) Oh, and I'm not implying that you should modify the mergeinfo by hand. Just do the merge from trunk to the branch again, but with a working copy at depth

Re: Cannot reintegrate feature branch

2010-05-07 Thread Stefan Sperling
On Fri, May 07, 2010 at 11:35:16AM +0800, Jean Seurin wrote: Hi Stefan, unfortunately even with a fresh branch check out, it would not pick up the missing changes, that is the problem. Can you try to find out why it would merge the remaining changes? I don't think anyone can help you debug

Re: Tree conflicts on merging into a branch

2010-05-07 Thread Stefan Sperling
[ Taking this discussion back from dev@ to users@ ] On Fri, May 07, 2010 at 05:15:25PM +1000, Daniel Becroft wrote: it sounds as though creating branches from mixed-revision working copies will cause problems with merging. The implications of mixed-revision working copies on tree conflicts

Re: Cannot reintegrate feature branch

2010-05-07 Thread Stefan Sperling
On Fri, May 07, 2010 at 02:16:20PM +0200, Stefan Sperling wrote: On Fri, May 07, 2010 at 11:35:16AM +0800, Jean Seurin wrote: Hi Stefan, unfortunately even with a fresh branch check out, it would not pick up the missing changes, that is the problem. Can you try to find out why

Re: How do I use ^ in command-line paths?

2010-05-07 Thread Stefan Sperling
On Fri, May 07, 2010 at 07:07:41AM -0700, tstone-barcard wrote: The SVN Book uses a path syntax throughout the narrative that prefixes a ^. I'm continually baffled by the use of ^ in the svn-book (http://svnbook.red-bean.com) because I cannot get it to work. What is this shortcut? When does

Re: Cannot reintegrate feature branch

2010-05-10 Thread Stefan Sperling
On Mon, May 10, 2010 at 12:08:15PM +0800, Jean Seurin wrote: Hi Stefan, mergeinfo properties are exactly as I mention for the file causing problems: all and only the 5 files concerned with the problem have been commited after a merge from the trunk, empty of modification, but with the

Re: Cannot reintegrate feature branch

2010-05-10 Thread Stefan Sperling
On Mon, May 10, 2010 at 07:45:07PM +0800, Jean Seurin wrote: Here's the whole thing, minus unconcerned subprojects: Properties on '$REPO/trunk/project/src/test/resources/log4j.properties': svn:mergeinfo

Re: Cannot reintegrate feature branch

2010-05-11 Thread Stefan Sperling
On Tue, May 11, 2010 at 12:06:50PM +0800, Jean Seurin wrote: Hi Stefan first of all thanks for spending the time for this long thorough analysis. 1) I want to state that we're using a range of different SVN clients, cli, Intellij Eclipse, mainly, and some people under Windows may use

Re: Question regarding: * mergeinfo improvements with non-inheritable mergeinfo (issue #3573)

2010-05-11 Thread Stefan Sperling
On Tue, May 11, 2010 at 01:29:47PM +0200, Graf, Andreas wrote: Hi SVN folks! According the bug-database the issue #3573 is only patching the static function 'diff_mergeinfo_props' at props.c (and a python test script). For me it seems that there is no need to update our server 1.6.6 to

Re: How do I determine if svn:mergeinfo is corrupt and how would I fix it.

2010-05-11 Thread Stefan Sperling
On Tue, May 11, 2010 at 03:53:20PM +0100, Philip Martin wrote: (4) This is deliberate Subversion policy as Subversion cannot distinguish between simple deletes and deletes that are part of a move. It's debatable whether this behaviour is correct, but it is deliberate. This is a problem with

Re: Filenames with non-ASCII characters

2010-05-17 Thread Stefan Sperling
On Mon, May 17, 2010 at 09:54:49AM -0300, Rodrigo Montenegro wrote: I still can't print the error message containing the wrong chars to the user. Subversion sends the following message: [Error output could not be translated from the native locale to UTF-8.] See

Re: Pre-commit hook problem

2010-05-19 Thread Stefan Sperling
On Wed, May 19, 2010 at 11:48:21AM -0500, BRAMAN, JULIA M (JSC-ER711) wrote: The extension has been changed from .tmpl to .sh Drop the .sh extension and it should work. The hook needs to be called pre-commit. Stefan

Re: truMerge 1.1.0 released

2010-05-26 Thread Stefan Sperling
On Wed, May 26, 2010 at 12:17:38AM +0200, Schellingerhout, Nico wrote: Dear Subversion users, I am happy to announce the release of truMerge 1.1.0. truMerge is a merge helper tool that combines true renamehttp://subversion.tigris.org/merge-tracking/requirements.html functionality with

Re: compact repository (many files)

2010-05-26 Thread Stefan Sperling
On Wed, May 26, 2010 at 05:53:17PM +0200, Paul Ebermann wrote: The problem now is that I have a quota limitation of 3 files here (additionally to a size limit), and my svn repository fills now about 1/6 of this, steadily growing, forcing me to delete other files ... Is there any way

Subversion Day Berlin 11th of June 2010

2010-05-27 Thread Stefan Sperling
FYI: Elego will host a Mini Conference about Subversion on 11th of June. The intended audience are professional Subversion users. There will be several talks held by Subversion developers and professional users. There will also be plenty of time for attendees to share experience with each other

Re: merge, --reintegrate, --record-only, near infinite regress in --use-merge-history

2010-06-02 Thread Stefan Sperling
On Wed, Jun 02, 2010 at 11:33:21AM +0200, B Smith-Mannschott wrote: A few clever people suggested a way around the delete-and-recreate the branch problem. Just use a record-only merge to make the topic branch aware of the reintegration revision on trunk without actually enduring the resulting

Re: merge, --reintegrate, --record-only, near infinite regress in --use-merge-history

2010-06-02 Thread Stefan Sperling
On Wed, Jun 02, 2010 at 12:37:13PM +0200, Stefan Sperling wrote: We should figure out how log -g should behave in this case (the behaviour you're seeing clearly isn't desirable) and then fix it. Please file an issue. Oh, and if you can, please write a small script (attached to the issue

Re: Unexpected tree conflict when deleting directory

2010-06-02 Thread Stefan Sperling
On Wed, Jun 02, 2010 at 01:04:38PM -0400, Brian Pitts wrote: Hi, I'm experiencing a tree conflict in a situation where there should be no conflict. Basically, after removing the contents of a directory I'm unable to commit deleting the directory even though no one has modified it. The

Re: Unexpected tree conflict when deleting directory

2010-06-02 Thread Stefan Sperling
On Wed, Jun 02, 2010 at 05:45:53PM -0400, Brian Pitts wrote: It is a little hard to wrap my head around the idea that although I committed the change deleting foo/bar, I now have to update foo/ for my working copy to truly reflect that foo/bar is deleted. To paraphrase Johan from #3256, 'what

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Stefan Sperling
On Thu, Jun 03, 2010 at 04:58:23PM -0500, Russell E Glaue wrote: If you accidentally put the at symbol in a directory name like this: svn copy http://svn.domain.com/repos/trunk/my...@49 http://svn.domain.com/repos j /trunk/my...@head -m bring back rev 49 from the dead You end up with the

Re: How to delete directory with at symbol in the name

2010-06-04 Thread Stefan Sperling
On Fri, Jun 04, 2010 at 11:24:37AM +0200, Stefan Sperling wrote: On Thu, Jun 03, 2010 at 04:58:23PM -0500, Russell E Glaue wrote: If you accidentally put the at symbol in a directory name like this: svn copy http://svn.domain.com/repos/trunk/my...@49 http://svn.domain.com/repos j

Re: Functionality change request for revision compare

2010-06-10 Thread Stefan Sperling
On Thu, Jun 10, 2010 at 05:16:40AM -0700, K F wrote: I was comparing two tags and if I select the older revision first it correctly shows a folder and the files under it as added. If I select the newer one first it shows the same directory as deleted but does not show the files under it as

Re: svn client authentication agent

2010-06-13 Thread Stefan Sperling
On Sun, Jun 13, 2010 at 02:29:14PM +0100, sebb wrote: Is there a way to use an authentication agent to provide passwords to the svn client? It would be useful to be able to specify the password for multiple operations without having to store it on disk. For example, like GPG2 is able to

Re: Recovering repository with multiple missing rev/ files

2010-06-15 Thread Stefan Sperling
On Tue, Jun 15, 2010 at 11:09:39AM -0400, Eiren Smith wrote: Dear SVNers, I'm trying to recover an SVN repository after a hard drive failure. From 7,797 revisions, we lost the following seven (7) files from the .../repo_dir/db/revs/7/ directory: 7437 (7-9 Dec 2009) (file also missing

Re: Recovering repository with multiple missing rev/ files

2010-06-15 Thread Stefan Sperling
On Tue, Jun 15, 2010 at 03:59:10PM -0400, Eiren Smith wrote: On Jun 15, 2010, at 11:31 AM, Stefan Sperling wrote: ... Can you still create dumpfiles containing the revisions that did not get lost? If so, you could stitch together a new repository and fill in the missing revisions manually

Re: SVNServe processes/threads not being closed properly - how to debug?

2010-06-18 Thread Stefan Sperling
On Fri, Jun 18, 2010 at 10:45:02AM +0100, Graham Reeves wrote: Hi All, I currently have a problem when using JetBrain's TeamCity (see this thread; http://www.jetbrains.net/devnet/message/5265757 ). I'm running svnserve as a daemon on OSX leopard(1.5.6, NOT snow leopard) Please update to

Re: SVNServe processes/threads not being closed properly - how to debug?

2010-06-19 Thread Stefan Sperling
On Sat, Jun 19, 2010 at 10:54:54AM +0100, Graham Reeves wrote: On 18 June 2010 17:07, Bob Archer bob.arc...@amsi.com wrote: Hi All, I currently have a problem when using JetBrain's TeamCity (see this thread; http://www.jetbrains.net/devnet/message/5265757 ). I'm

Re: Bounties for bugfixes?

2010-06-21 Thread Stefan Sperling
On Mon, Jun 21, 2010 at 03:49:25PM +0200, Tino Schwarze wrote: Hi there, I looked at the website already but could not find anything helpful. Is there a way to speed up a certain bugfix by throwing money at it? I'm talking about that svnsync bug I recently discovered

Re: subversion on dns323

2010-07-05 Thread Stefan Sperling
On Mon, Jul 05, 2010 at 08:10:35PM +0200, Ronald Geisler wrote: r...@betanas:/ffp/src/subversion-1.6.12# make check-swig-py cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \ /ffp/bin/python /ffp/src/subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py

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

2010-07-06 Thread Stefan Sperling
On Tue, Jul 06, 2010 at 02:46:11PM -0600, Eric Peers wrote: svnserve -d --listen-port 8000 ssh epe...@localhost -L 3690:localhost:8000 ...then run my svn update commands... You could also try ssh connection multiplexing. From the ssh(1) man page: -M Places the ssh client into

Re: Commit fails on replacing file with new property

2010-07-07 Thread Stefan Sperling
On Wed, Jul 07, 2010 at 08:19:28AM +0200, Donald Kwakkel wrote: Hi All, This issue seems similair to http://subversion.tigris.org/issues/show_bug.cgi?id=3533, but it shows up in a different way. Should I log a bug for this? Yes please. Thank you! Stefan

Re: svn add: Unrecognized line ending style

2010-07-08 Thread Stefan Sperling
On Thu, Jul 08, 2010 at 11:22:18AM +0300, Daniel Shahaf wrote: For the record, I can't reproduce it with trunk: % svn add iota3 --config-option=config:auto-props:*.c=svn:eol-style=native, svn:keywords=Id A iota3 % And what do the resulting properties look like? Stefan

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

2010-07-08 Thread Stefan Sperling
On Thu, Jul 08, 2010 at 11:13:12AM -0600, Eric Peers wrote: I ended up writing a routine that uses the reparent call as previously discussed with a minor rework of the svn_client__update_internal to accomodate this. Overall time to update: 3.09s rather than 53s originally by reusing the

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Mon, Jul 12, 2010 at 05:57:24PM -0400, Nico Kadel-Garcia wrote: I don't know why the syntax was reversed: it really looks like an entirely unnecessary parsing complication. The new syntax looks more like 'svn checkout', so it's more natural to use when you're already used to svn checkout.

Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-13 Thread Stefan Sperling
On Tue, Jul 13, 2010 at 07:28:36AM -0500, Les Mikesell wrote: Nico Kadel-Garcia wrote: On Mon, Jul 12, 2010 at 6:56 PM, Les Mikesell lesmikes...@gmail.com wrote: On 7/12/2010 4:57 PM, Nico Kadel-Garcia wrote: I understand that, and can understand that the peg revisions demanded a new syntax.

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Stefan Sperling
On Wed, Jul 14, 2010 at 10:03:53PM +, svnusert...@href.com wrote: Re: export --skipfilesmatchingsize Prior thread link: http://svn.haxx.se/users/archive-2010-06/0040.shtmlhttp://svn.haxx.se/users/archive-2010-06/0040.shtml Hi, I am the person who wanted this feature and worked on

Re: how to contribute feature of unknown popularity

2010-07-15 Thread Stefan Sperling
On Thu, Jul 15, 2010 at 07:27:57AM -0400, Nico Kadel-Garcia wrote: On Thu, Jul 15, 2010 at 6:34 AM, Stefan Sperling s...@elego.de wrote: Why don't you use rsync, which was designed to solve exactly this problem? And, at last check as part of an attempt at an rsnapshot based backup system

Re: Access control client error messages very poor?

2010-07-16 Thread Stefan Sperling
On Thu, Jul 15, 2010 at 11:47:48PM +0100, John Beranek wrote: Hello all, I've just had a look through the mailing lists and the issue tracker for this topic, and not found it discussed before. So, I'll start in? Is the current behaviour on performing SVN activities (with Neon RA) that

Re: libsvn_ra_neon-1.so.0: undefined symbol: GENERAL_NAME_free

2010-07-21 Thread Stefan Sperling
On Wed, Jul 21, 2010 at 09:19:26AM +0300, Angel Tsankov wrote: Stanimir Stamenkov wrote: 20.7.2010 г. 14:32 +0300, /Angel Tsankov/: When I run kdesvn I get a dialog showing the following message: Could not find our part: Cannot load library /usr/lib/kde4/kdesvnpart.so:

Re: bug when deleting files whose name contains spaces?!

2010-07-22 Thread Stefan Sperling
On Thu, Jul 22, 2010 at 10:29:20PM +0200, Alexander Wolff wrote: hi, it seems that svn has a bug when deleting (actually moving) files whose name contains spaces, see the following example with the file Planare Graphen II.pdf that i moved to v12-planare-graphen-II.pdf. svn commit

Re: svn diff works for added files in working copy, but not for previous revision

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 09:48:33PM +, Bob wrote: Hi, When I do svn diff file1 on a file that I just added to my working copy since the last commit, it prints a diff that shows the entire file being added. However, if I had a file that was added in a previous revision (say 42), and I try

  1   2   3   4   5   6   7   8   9   10   >