Re: SSL handshake failed: SSL error: A TLS warning alert has been received.

2012-02-09 Thread Stefan Sperling
On Thu, Feb 09, 2012 at 09:07:19AM -0800, pweltz wrote: I also had this error SSL handshake failed: SSL error: A TLS warning alert has been received. In case it helps, here is how I found a solution: -I did a trace: tcpdump port 443 -s0 -w error.cap -which I opened with wireshark, and

Re: mismatched merges

2012-02-08 Thread Stefan Sperling
On Wed, Feb 08, 2012 at 10:45:56AM +, Hoefakker, Paul wrote: Hello, We are using: SVN client 1.6.13 on windows SVN server 1.6.12 as server We are looking for a solution of next issue: If we make a selective merge from our trunk to a subbranch and changes are made on the end of a

Re: Problem with commit error

2012-02-08 Thread Stefan Sperling
On Wed, Feb 08, 2012 at 02:11:14PM +, Markus Schaber wrote: Hi! I've got an error with commits in working copies containing copied subtrees. I'm using SharpSVN, which internally calls svn_client_commit_5(). The error message is: \CoDeSys_Control_RTE_V3\Plc Logic\Application\Task

Re: Subversion 1.7.2 - Repeated Authentication Attempts

2012-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2012 at 08:52:24AM +0100, Ulrich Eckhardt wrote: Am 03.02.2012 12:02, schrieb Frank Jaworski: Hello. We have our subversion repositories linked to a RADIUS server via https. When we access our repository via various SVN clients (TortoiseSVN, CollabNet, etc...), instead of one

Re: Subversion 1.7.2 - Repeated Authentication Attempts

2012-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2012 at 03:32:02AM -0800, Frank Jaworski wrote: Hello, So, for example, I did an export using TortoiseSVN: Which led to this on our RADIUS server log: Tue Feb 7 06:28:24 2012 : Auth: Login OK: [fdj2] (from client osscvs2.cit port 0) [snip] Tue Feb 7 06:28:25 2012 :

Re: Subversion reports error.

2012-02-07 Thread Stefan Sperling
On Tue, Feb 07, 2012 at 03:08:12PM -0600, Ryan Schmidt wrote: /usr/bin_ssh exists and works. So, I need to rebuild Subversion, I understand. But how can I tell it the correct ssh path? I'm not sure, I just assumed that, since the error message said usr/bin/ssh, which is not a valid

Re: Subversion reports error.

2012-02-07 Thread Stefan Sperling
On Wed, Feb 08, 2012 at 06:21:27AM +0900, Masaru Kitajima wrote: I typed echo SVN_SSH then server says undefined variable. And nothing found in the files you mentioned. To me it looks like the problem is happening on the client instead of on the server. If you cannot find anything wrong in

Re: Strange diffs after rsync copying of working copy

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 12:47:57PM +0100, Johan Holmberg wrote: Is Subversion really sensitive to such timestamp differences? Yes, it is. To avoid checking the entire content of all files in the working copy every time you run 'svn diff' or 'svn status', Subversion keeps a record of the

Re: Strange diffs after rsync copying of working copy

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 01:58:08PM +0100, Johan Holmberg wrote: So I don't think saying If that timestamp differs from the one on disk, the file is considered modified. is correct. svn does not work like that for me at least. Right. I misremembered how this works. Thanks to Philip for

Re: Strange diffs after rsync copying of working copy

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 03:04:54PM +0100, Johan Holmberg wrote: On 02/03/2012 02:50 PM, Philip Martin wrote: I have now done some further experiments. I just issued commands like this: $ svn status # no modified files reported Subversion is not doing a full text

Re: Why doesn't mergeinfo elision occur here?

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 04:45:17PM +0100, André Hänsel wrote: I would think those two mergeinfos were equivalent, so mergeinfo elision should remove the mergeinfo on live/templates/c-physignathus. # svn propget svn:mergeinfo live /cm_dev:99-344 /dev:367-578,580 # svn propget

Re: Strange diffs after rsync copying of working copy

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 04:23:35PM +0100, Johan Holmberg wrote: I would like to try it with Subversion 1.7. How do I get a binary for Ubuntu 10.10 or 11.10? I couldn't find any precompiled packages easily. Or do I have to build it from source? I don't think Ubuntu is shipping Subversion 1.7

Re: Strange diffs after rsync copying of working copy

2012-02-03 Thread Stefan Sperling
On Fri, Feb 03, 2012 at 05:33:11PM +0100, Johan Holmberg wrote: But here my working copy files are already UNIX text files (no \r\n line endings). Your working files might already be normalised according to the setting of svn:eol-style, and therefore not show mixed eols. Philip meant the

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 09:00:39AM +0100, Ignacio González (Eliop) wrote: Clients: Windows-XP, Windows 7, svn 1.6.16 (Spanish) Server: Linux (CentOS), svn 1.6.16 (Spanish) Repository created OK Hundreds of revisions already checked-in OK Hook check-mime-type (bash) added in server A couple

Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 08:24:47AM +, Markus Schaber wrote: I did create issue http://subversion.tigris.org/issues/show_bug.cgi?id=4109 for this case. Thanks! My personal wish would be that operations like revert and commit work for all constellations even with --depth=empty if we

Re: Problem with reverting

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 10:27:23AM +, Markus Schaber wrote: That can be done. It requires reworking how the 'revert' operation in libsvn_wc processes its arguments. We'd need to pass it a list, rather than a single path and adapt the code to handle this properly. This implies an API

Re: Apache directives to avoid DDOS

2012-02-02 Thread Stefan Sperling
On Mon, Jan 30, 2012 at 03:56:52PM +0100, Nouha Terzi wrote: Hi, As suggested here: https://community.qualys.com/blogs/securitylabs/2011/11/02/how-to-protect-against-slow-http-attacks Modifying those directives can protect against slow HTTP attacks and make the attacks more difficult to

Re: check-mime-type, Windows client, non-ASCII path

2012-02-02 Thread Stefan Sperling
On Thu, Feb 02, 2012 at 08:12:52PM +0100, Ignacio González (Eliop) wrote: OK, I'll investigate further. Just to summarize, I have a problem and a no-problem: Problem: how to use the aforementioned check-mime-type with 'accented' files checked-in from Windows clients. This is exactly what

Re: Upgrade Subversion 1.4.3

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 02:38:36PM +, James Boden wrote: I would like to upgrade my subversion from 1.4.3 to the newest one. What is entailed to do this? Hi James, please see the release notes for each release between 1.4 and the release you're upgrading to (I'd recommend using the latest

Re: Problem with reverting

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 03:27:13PM +, Markus Schaber wrote: Hi, I have a directory foo with tree conflict: local add of foo and a file foo/bar, and then an update trying to add the same foo and foo/bar. Now, I try to revert using SharpSVN, which internally calls svn_client_revert_2().

Re: Upgrade Subversion 1.4.3

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 11:51:17AM -0500, Andy Levy wrote: There are a number of distributions available, both from companies/individuals (CollabNet, WANDisco, etc.) and OS distributions. What is available to you and how the installation process gets run will depend upon what OS your server is

Re: Upgrade Subversion 1.4.3

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 05:11:55PM +, James Boden wrote: Andy, what do you mean svadmin dump/load route? Is this for the repositories? Sorry for being dense here, I just mainly use the software and not do a lot of maintenance to it. Yes, it's for repositories. See

Re: Upgrade Subversion 1.4.3

2012-02-01 Thread Stefan Sperling
On Wed, Feb 01, 2012 at 09:49:58AM -0800, David Chapman wrote: On 2/1/2012 9:26 AM, James Boden wrote: Earlier it was stated by Andy Actually the Working Copies are automatically upgraded when touched for the first time by the new version. The Repositories are NOT automatically upgraded, but

Re: Limited subdirectory access

2012-01-31 Thread Stefan Sperling
On Tue, Jan 31, 2012 at 05:22:15AM -0800, K F wrote: I tried without anything and still no good [/DEF] @dev = @dev1 = rw I have setup a test repo called sandbox with some subdirectories. Here is my authz file minus all the commented out lines: [aliases] [groups] dev = rcrespo,

Re: What happens when revision numbers are not chronological?

2012-01-30 Thread Stefan Sperling
On Mon, Jan 30, 2012 at 11:06:19AM -0500, Alexander Shenkin wrote: Hi Folks, I've used an import script to import two bunches of files in the same repository. This import script sets the commit time of each file (svn:date property) to the original modified-time of the file. So, when I

Re: Limited subdirectory access

2012-01-30 Thread Stefan Sperling
On Mon, Jan 30, 2012 at 01:14:53PM -0800, K F wrote: --- On Mon, 1/30/12, Andy Levy andy.l...@gmail.com wrote: have it setup in the authz file now: [/] @dev = rw @qa = r [/ABC/DEF] @dev1 = rw Do I need to be more specific? What exactly isn't working? Is dev1

Re: Restricting svn log --diff output to single file

2012-01-20 Thread Stefan Sperling
On Fri, Jan 20, 2012 at 03:54:37PM +, sebb wrote: Note that r848598 involves a directory copy. The diff command: $ svn log -l14 http://svn.apache.org/repos/asf/subversion/branches/1.0.x/STATUS@848689 --diff behaves properly up to that point, but then I get: r848598 | kfogel |

Re: svn update crash

2011-12-27 Thread Stefan Sperling
On Tue, Dec 27, 2011 at 09:57:41AM +0100, Russell Aidan (Ext. - UGIS - UniCredit Group) wrote: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list

Re: TortoiseSVN assertion failed

2011-12-27 Thread Stefan Sperling
On Tue, Dec 27, 2011 at 03:13:34PM +0100, Thomas Krebs wrote: I changed the property values to ^/... and now it is somewhat better but there is still one referenced subproject that does not work! What can I do here? Well, for a start, you'll have to show us exactly what you're seeing. By now

Re: TortoiseSVN assertion failed

2011-12-23 Thread Stefan Sperling
On Fri, Dec 23, 2011 at 12:05:43PM +0100, Thomas Krebs wrote: Am 23.12.2011 02:52, schrieb Stefan Sperling: Are you sure you checked out a new working copy before this happened? The assertion only happens from the working copy checked out from the new server. sqlite select repos_id from

Re: TortoiseSVN assertion failed

2011-12-23 Thread Stefan Sperling
On Fri, Dec 23, 2011 at 02:26:12PM +0100, Thomas Krebs wrote: Am 23.12.2011 13:08, schrieb Stefan Sperling: Well, is the URL of this file in the same _repository_ as the working copy root folder, or not? One server can serve multiple repositories so your statement doesn't clearly explain

Re: TortoiseSVN assertion failed

2011-12-23 Thread Stefan Sperling
On Fri, Dec 23, 2011 at 02:59:32PM +0100, Stefan Sperling wrote: We might need to revisit this and generated unique repos_id's based on the UUID only. Not sure if that can be made to work without a working copy format bump though. This would mean a fix could only be released in 1.8. I've

Re: Request for thoughts on working copy enhancement request

2011-12-22 Thread Stefan Sperling
On Wed, Dec 21, 2011 at 12:10:26PM -0800, Randon Spackman wrote: One of my common use cases for subversion is to want to split my changes into two separate commits. In the past, I would do the following: 1) Check out 2) Make changes 3) Realize that this should be more

Re: Concurrent access via file and dav

2011-12-22 Thread Stefan Sperling
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 hendrik.f...@gmail.com wrote: Hi folks, is it safe to access a repository via local file:// protocol on a server that also runs

Re: TortoiseSVN assertion failed

2011-12-22 Thread Stefan Sperling
On Thu, Dec 22, 2011 at 06:16:58PM +0100, Thomas Krebs wrote: Hi, I encountered the following problem in subversion/TortoiseSVN. Background: We want to move our VisualSVN server from a W2k3 x86 to a new server hardware/OS W2k8 x64. I tried to move the repository by dumping/importing to

Re: TortoiseSVN assertion failed

2011-12-22 Thread Stefan Sperling
On Fri, Dec 23, 2011 at 01:48:58AM +0100, Stefan Sperling wrote: On Thu, Dec 22, 2011 at 06:16:58PM +0100, Thomas Krebs wrote: When I checkout a project the icons do not get the Tortoise overlay icons and when I right click on the project directory the Windows shell crashes

Re: problem with subversion command: svn propset

2011-12-16 Thread Stefan Sperling
On Fri, Dec 16, 2011 at 03:57:14PM +0100, nkr...@gmx.de wrote: Hello, used subversion version: svn, version 1.6.16 Problem: svn propset fixlog '-r HEAD:23384' . Returned error: svn: Syntax error in revision argument ' HEAD:23384' The problem is the first charcter of the property

Re: Updating a new branch with existing files from filesystem in 1.7

2011-12-16 Thread Stefan Sperling
On Fri, Dec 16, 2011 at 01:53:21PM -0500, Adam Walling wrote: When creating a new branch, obviously everyone will need to download it for maintenance and etc. The naive approach is to simply update and download the new branch from the server. However, with a large branch and with many users

Re: why does svn upgrade contact the server?

2011-12-15 Thread Stefan Sperling
On Thu, Dec 15, 2011 at 12:04:31PM +, Philip Martin wrote: Stefan Sperling s...@elego.de writes: You will likely be better of with a new checkout, given that such old working copies often exhibit problems during or after an upgrade to the 1.7.x format anyway. That's not possible

Re: Svn version problem

2011-12-14 Thread Stefan Sperling
On Wed, Dec 14, 2011 at 04:51:52PM +0800, 李泰 wrote: Hi, All, I got a problem in svn. My server' harddisk was broken three days ago, and the latest backup is up to four days ago. In another word, my svn's latest version info is from four days ago. But in my client computer, the svn

Re: saslpasswd2 on subversion 1.7.2

2011-12-13 Thread Stefan Sperling
On Tue, Dec 13, 2011 at 06:07:19PM +0100, olizit wrote: Hi, I update my own svn server from 1.6.11 to 1.7.2. I use sasl encryption for authentification. saslpasswd2 works perfect on 1.6 version but seems not work in 1.7.2. Password database file (sasldb in my case) seems to be not created.

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

2011-12-12 Thread Stefan Sperling
On Mon, Dec 12, 2011 at 07:28:59PM +, Jeff Kowalczyk wrote: On one system running ~amd64 Gentoo Linux, all svn:// repository URLs return svn: E170001. I have tested repositories on multiple hosts e.g. Gentoo Overlay, Zope, etc. to rule out auth issues with a specific server. My other

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

2011-12-12 Thread Stefan Sperling
On Mon, Dec 12, 2011 at 07:53:42PM +, Jeff Kowalczyk wrote: Stefan Sperling stsp at elego.de writes: 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

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

2011-12-09 Thread Stefan Sperling
On Fri, Dec 09, 2011 at 07:10:41AM +, Cooke, Mark wrote: I don't use the command line much but could you not plit it over three lines? {{{ Fetching external item: from : '...' into : '...' }}} I like this idea.

Re: Question

2011-12-09 Thread Stefan Sperling
On Fri, Dec 09, 2011 at 07:06:10AM -0700, Randall Reynolds wrote: Little tangent here, but FWIW I found that the version on the server supported merge tracking so it was super wierd that the whole codebase reported tree conflicts. I think we merged incorrectly a long time ago and this might

Re: Question

2011-12-08 Thread Stefan Sperling
On Wed, Dec 07, 2011 at 04:23:09PM -0700, Randall Reynolds wrote: Hi, I created a trunk and branch A from the trunk. Then, I created a file in the trunk. Then, I merged from the trunk to the branch using TortoiseSVN's merge two branches option. The merge encountered a tree conflict on the

Re: Question

2011-12-08 Thread Stefan Sperling
On Thu, Dec 08, 2011 at 10:15:24AM -0700, Randall Reynolds wrote: When I select merge a range of revisions and leave the range blank, it says: Merging r7 through 42194 ~10 tree conflicts on main folders Does this mean we have never merged the trunk into the branch correctly in a way that

Re: New Server because of Crash

2011-12-06 Thread Stefan Sperling
On Tue, Dec 06, 2011 at 10:34:11AM -0800, K F wrote: How would I get the uuid's. We have the dump, but I believe that is it. Can the uuids be obtained from them, would it be simpler to just have everyone do a new checkout? The UUID is somewhere near the top of the dump file in a line that

Re: Invalid copy source path

2011-12-05 Thread Stefan Sperling
On Thu, Dec 01, 2011 at 01:38:14PM -0500, michael.oro...@fluor.com wrote: I am working in a windows server 2003 environment. I would much rather be in a linux environment, but that is neither here nor there. I have a very large repository that I am trying to seperate out into individual

Re: svn_client_revert2 skips files for no obvious reasons

2011-12-05 Thread Stefan Sperling
On Mon, Dec 05, 2011 at 09:59:44AM +0100, Roman Kellner wrote: Hi We are implementing a wrapper around a SCC-SVN client in order to over come some flaws between the IDE and the SCC-SVN client. Now we need to use the svn_client_revert2 function in order to revert scheduled actions (add,

Re: svn_client_revert2 skips files for no obvious reasons

2011-12-05 Thread Stefan Sperling
On Mon, Dec 05, 2011 at 04:23:10PM +0100, Roman Kellner wrote: What paths are you actually passing in the 'paths' array? D:\NewFolder\iec61131\ProjectName\SCC\@p...@originalfilename.zip D:\NewFolder\iec61131\ProjectName\SCC\@p...@originalfilenamerenamed.zip Are you passing absolute

Re: Issue 3552 reopen ?

2011-11-28 Thread Stefan Sperling
On Mon, Nov 28, 2011 at 09:28:04AM +0100, Schott Marco wrote: Hallo, since I have installed the last version (1.7.1) of your SVN client I got the following error each time I tried to update my working copy. The file external from

Re: svn patch adds extra 0A character at the end of the line

2011-11-28 Thread Stefan Sperling
On Mon, Nov 28, 2011 at 04:53:11PM +0100, Peter Balogh wrote: Hi, I'm trying to apply patches with svn patch. The patches were created on the same linux box, where I apply them. After applying the following diff: Index: 3.txt

Re: svn patch adds extra 0A character at the end of the line

2011-11-28 Thread Stefan Sperling
On Mon, Nov 28, 2011 at 05:16:56PM +0100, Stefan Sperling wrote: This command outputs the patch to fix the problem in 1.7.1: svn diff https://svn.apache.org/repos/asf//subversion/branches/1.7.x@r1206728 https://svn.apache.org/repos/asf//subversion/branches/1.7.x-issue3991@r1206745 Ooops

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

2011-11-27 Thread Stefan Sperling
On Sat, Nov 26, 2011 at 09:17:44AM +0200, Daniel Shahaf wrote: Looks like it's a known issue, see 3430 @XFail() 3431 @Issue(3814) 3432 def patch_set_prop_no_eol(sbox): 3433 patch doesn't append newline to properties Fixed and nominated for backport to 1.7.2. 3618 @XFail() 3619

Re: BDB backend in SVN 1.7.1

2011-11-25 Thread Stefan Sperling
On Fri, Nov 25, 2011 at 01:38:44PM +0100, Vyacheslav Zholudev wrote: I guess badness can happen only when accessing repositories locally (not via svn:// or http(s)://) with patched and not patched SVN. But usually only one version of SVN is installed on the server side, so that should not

Re: svn commit does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-18 Thread Stefan Sperling
On Thu, Nov 17, 2011 at 03:01:21PM +0100, Stefan Sperling wrote: I can see your point but I don't think it's a very important issue. If someone else wants to put in the effort into fixing this in mod_dav_svn I won't object as long as the feature is properly implemented so people don't shoot

Re: svn commit does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-17 Thread Stefan Sperling
On Thu, Nov 17, 2011 at 11:01:39AM +, Philip Martin wrote: [Adding dev] Philip Martin philip.mar...@wandisco.com writes: Sergey Skvortsov s...@protey.ru writes: Also, in 1.7 reading repos is working fine: OPTIONS /svn/foo/bar HTTP/1.1 200 REPORT /svn/foo/bar/!svn/me HTTP/1.1

Re: svn commit does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-17 Thread Stefan Sperling
On Thu, Nov 17, 2011 at 11:50:20AM +, Philip Martin wrote: Stefan Sperling s...@elego.de writes: How do we avoid ambiguity when handling requests to nested Locations? How can a client access a folder /bar inside a repository at Location /svn if another repository exists at a nested

Re: svn commit does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-17 Thread Stefan Sperling
On Thu, Nov 17, 2011 at 02:37:36PM +, Philip Martin wrote: The order of parent and child in Subversion's INHERIT_VALUE macro only has an effect when nesting one Subversion location in another. When not nested the parent root_dir is NULL and the child value will be used whatever the order

Re: Changing the location of where tempfile is created

2011-11-16 Thread Stefan Sperling
On Wed, Nov 16, 2011 at 01:57:27PM +, Neil Bird wrote: So my question is: is there an environment variable or something that specifies where SVN creates a tempfile when there's no other dir. specified? Yes. Any of TMPDIR, TMP, or TEMP should work.

Re: svn update does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-16 Thread Stefan Sperling
On Wed, Nov 16, 2011 at 02:43:17PM +0400, Sergey Skvortsov wrote: Configuration for Apache: Location /svn DAV svn SVNParentPath /usr/home/svn SVNListParentPath on /Location Location /svn/foo DAV svn SVNParentPath /usr/home/svn/foo

Re: svn commit does not work with SVNParentPath in location and 1.7-client (HTTPv2)

2011-11-16 Thread Stefan Sperling
On Wed, Nov 16, 2011 at 06:37:39PM +0400, Sergey Skvortsov wrote: s/svn update/svn commit/ On 16.11.2011 18:31, Stefan Sperling wrote: On Wed, Nov 16, 2011 at 02:43:17PM +0400, Sergey Skvortsov wrote: Configuration for Apache: Location /svn DAV svn SVNParentPath /usr

Re: working on multiple patches

2011-11-14 Thread Stefan Sperling
On Mon, Nov 14, 2011 at 10:32:53AM +0100, Jarek Czekalski wrote: Jedit is maintained as an svn repository. I have read only access to it. I mentioned hg only because I got in touch with it in another project. I would like to stay with bare svn, as hg generated patches may differ in format. I

Re: merge problem. impossible to revert deleted file

2011-11-13 Thread Stefan Sperling
On Sat, Nov 12, 2011 at 06:53:54PM +0100, Gunnar Dalsnes wrote: On 11.11.2011 16:51, Philip Martin wrote: You can't revert wc/D/f without reverting the replace of wc/D. Does this mean it's not possible to merge if the same dir is created both in trunk and in branch? Can the replace of the

Re: Client commit hangs, server svnlook.exe hogs CPU

2011-11-11 Thread Stefan Sperling
On Fri, Nov 11, 2011 at 08:06:09AM -, Hester, Paul wrote: Since upgrading to 1.7.0, and 1.7.1 via subversion edge, about half the commits being done by users (via tortoise) result in the commit hanging after most of the work has been done. Whilst hung, the repository shows the commit has

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-11 Thread Stefan Sperling
On Thu, Nov 10, 2011 at 05:58:35PM +, Philip Martin wrote: Stefan Sperling s...@elego.de writes: If so, this is likely due to the change in case-awareness we made in 1.7: file:///home/stsp/svn/svn-site/publish/docs/release-notes/1.7.html#case-sensitive-authz http

Re: Upgrading repo without using svnserve

2011-11-10 Thread Stefan Sperling
On Thu, Nov 10, 2011 at 08:05:59AM +, Richard Boyce wrote: This may be a stupid question, but I'm using svn (via TortoiseSVN and client 1.16.16) to a file-based repo (i.e. no subversion server). When I try to re-integrate a branch, I get Retrieval of merginfo unsupported. Searches for

Re: AW: Unable to delete directory in repository, server version 1.7.1

2011-11-10 Thread Stefan Sperling
On Thu, Nov 10, 2011 at 05:25:27PM +, Philip Martin wrote: I wonder if there is an upper/lower case problem somewehere in your authz file? Or perhaps in the Subversion authz code? If so, this is likely due to the change in case-awareness we made in 1.7:

Re: Bug (svn 1.7.1) with reintegrate merge and deleted symbolic links

2011-11-09 Thread Stefan Sperling
On Wed, Nov 09, 2011 at 04:13:56PM +0100, christian.asmus...@ubs.com wrote: Dear Users, It seems that on svn 1.7.1 deleted symbolic links on a branch cause a tree conflict when a -reintegrate merge is done back to trunk. The same merge done with svn 1.6.17 smoothly passes as a normal

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

2011-11-07 Thread Stefan Sperling
On Sun, Nov 06, 2011 at 06:49:07PM -0500, Nico Kadel-Garcia wrote: /proc, though.. that one might more awkward to protect. Those are nominally files. Has anyone reviewed trying to protect /proc, or in the case I mentioned /var/named/chroot/proc, from misapplied patches? I don't think it's

Re: Virtual filesystems

2011-11-05 Thread Stefan Sperling
On Fri, Nov 04, 2011 at 04:52:43PM -0400, Richard Cavell wrote: Hi, everyone. In a URL such as: file:///one/two/three/four It may be that the repository is actually at /one/two, and the three/four are directories within the repository. How does subversion identify which slashes

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

2011-11-05 Thread Stefan Sperling
On Sat, Nov 05, 2011 at 06:29:16PM +0400, Konstantin Kolinko wrote: 2011/11/5 Konstantin Kolinko knst.koli...@gmail.com: Hi! My colleague uses Git to work on one of Apache projects. He published a patch, but I have problems trying to apply it cleanly with svn patch. There are several

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

2011-11-05 Thread Stefan Sperling
On Sat, Nov 05, 2011 at 04:37:03PM +0100, Stefan Sperling wrote: Currently, /dev/null is not special-cased (it is most certainly special-cased in git), which causes one of the problem where a file is added with a wrong name. I think this should be fixed in 'svn patch', so

Re: Invalid authz configuration verbose?

2011-11-04 Thread Stefan Sperling
On Fri, Nov 04, 2011 at 01:45:14PM +0200, Daniel Shahaf wrote: On Friday, November 04, 2011 12:15 PM, Alvaro Gonzalez agonz...@cern.ch wrote: Hello, I have encountered from time to time the problem that someone (or an script) modified an authz file in such a way that it blocked

Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Stefan Sperling
On Wed, Nov 02, 2011 at 03:13:26PM +0800, Kun Wang wrote: 1.7.1, Build 22161 installed, when doing svn clean up, exception occurred: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\subversion\lib svn_wc\workqueue.c' line 672: assertion failed (checksum != NULL)

Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Stefan Sperling
On Wed, Nov 02, 2011 at 06:58:47PM +0800, Kun Wang wrote: I did not installed 1.7.0. I updated my working copy using 1.7.1. And the working copy worked for days... OK, thanks. This probably means that there is another bug in the upgrade code. A new checkout should work fine, though.

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Mon, Oct 31, 2011 at 10:12:04AM -0600, michael_rytt...@agilent.com wrote: I did an additional benchmark doing svn rm dir/* on a local directory instead of an nfs directory. It runs in 10.4s. Is going from 10.4s to 6m15s acceptable when using a working copy on nfs vs local? I am fine with

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 06:45:59AM -0600, michael_rytt...@agilent.com wrote: I'm always willing to try patches. Great! Please give this patch a spin: svn diff -c 1196018 https://svn.apache.org/repos/asf/subversion/branches/1.7.x-r1195873

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 10:38:07AM -0600, michael_rytt...@agilent.com wrote: Not much of an improvement. svn rm dir/* now takes 2m6s vs 7s for svn rm dir. Before the patch, we had: svn rm dir/* 6m15s 1.7.1 svn rm dir8.5s 1.7.1 svn rm dir/*1.14s 1.6.17 So

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 11:10:44AM -0600, michael_rytt...@agilent.com wrote: LOL! I love the env variable. Here is some similar data for a local working copy. These are all run with the env variable set. Again, svn rm is significantly slower than all other operations. svn rm file

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 06:21:47PM +0100, Stefan Sperling wrote: What effect does the env var have on 'svn rm dir/*'? Actually, looking closer at the code made me realise that 'svn rm' never sleeps for timestamps. So the envvar should have no effect. How many files and directories are you

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 11:31:35AM -0600, michael_rytt...@agilent.com wrote: It's just one directory that has 49 files in it. Good. Please try this patch in addition to the other one. It makes 'svn rm dir/*' with 49 files go down from about 4.20 seconds to about 1.50 seconds for me (local disk).

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 07:00:57PM +0100, Stefan Sperling wrote: On Tue, Nov 01, 2011 at 11:31:35AM -0600, michael_rytt...@agilent.com wrote: It's just one directory that has 49 files in it. Good. Please try this patch in addition to the other one. It makes 'svn rm dir/*' with 49 files go

Re: Apparent svn rm scaling problem in 1.7.x

2011-11-01 Thread Stefan Sperling
On Tue, Nov 01, 2011 at 06:29:59PM +, Philip Martin wrote: I put in the ORDER BY to preserve the parents before children notification used by 1.6. I wonder if that notification order is important? See r1196191. It should preserve the 1.6.x order (via svn_path_compare_paths()). A patch

Re: SVN Merge Tracking Issues

2011-10-31 Thread Stefan Sperling
On Mon, Oct 31, 2011 at 09:59:32AM +0100, michael.ru...@t-systems.com wrote: Hi, we have migrated a SVN repository that heavily relies on the relatively new merge tracking feature. By doing that we have been struggeling with two major issues: 1. Svn move does not fix svn:mergeinfo

Re: SVN Merge Tracking Issues

2011-10-31 Thread Stefan Sperling
On Mon, Oct 31, 2011 at 02:38:54PM +0100, Stefan Sperling wrote: $ svn merge ^/master --- Recording mergeinfo for merge of r4 into '.': U . --- Merging r5 through r6 into '.': Ualpha I forgot to edit this output, sorry. To match up with other

Re: Apparent svn rm scaling problem in 1.7.x

2011-10-31 Thread Stefan Sperling
On Mon, Oct 31, 2011 at 09:09:21AM -0600, michael_rytt...@agilent.com wrote: I am starting to see some very bad performance with svn rm compared to the 1.6.x line of subversion. I have a directory that is full of files. If I go into the directory and run svn rm *, it is significantly slower

Re: SVN Merge Tracking Issues

2011-10-31 Thread Stefan Sperling
On Mon, Oct 31, 2011 at 05:21:12PM +0100, michael.ru...@t-systems.com wrote: Does this match the situation you were facing? This seems to be exactly the issue we are facing. Great! So it should just work if the tool is driven in the right way. The developers are using TortoiseSVN and not the

Re: Can't send subversion-1.7.1 SRPM tools to d...@subversion.org

2011-10-30 Thread Stefan Sperling
On Sun, Oct 30, 2011 at 03:38:54PM -0400, Nico Kadel-Garcia wrote: The old directorions for submitting patches say to send them to d...@subversion.org, but I'm getting bounces. It's making it kind of hard to submit the patches be able to build SRPM's for subversion-1.7.1. Is there a better

Re: Working SRPM and .spec files for subversion-1.7.1

2011-10-29 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 11:32:52PM -0400, Nico Kadel-Garcia wrote: For various reasons, I've been working on RPM packaging of 1.7.0 and now 1.7.1. I'd like to get the old packages/rpm structure replaced with it, and I'm trying to get it into RPMforge. It's built from the Fedora packaging of

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 05:07:13PM +, Pietro Moras wrote: In need of breaking the initial ice with Subversion, I wonder if you have any real knowledge of a Test Subversion Repository/Server where to start understanding, hands-on, what it's all about. Anyhow, these are the related

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 01:40:11PM -0700, Geoff Hoffman wrote: Sort of off topic of this thread, but even though I've used SVN for years, the idea of running it locally without a server never occurred to me. I thought 'distributed repositories' was Git's only/main benefit over SVN, but if you

Re: merge disagrees with diff

2011-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 01:02:05PM +0200, Flemming Frandsen wrote: On Fri, Oct 28, 2011 at 12:58 PM, Andreas Krey a.k...@gmx.de wrote: You didn't get a clean merge; you got a conflict. When you get a conflict, it is your job to look at what you merged and at the proposed result, and resolve

Re: Subversion Exception

2011-10-28 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 01:20:52PM +0100, Stephen Flowers wrote: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible

Re: read-only attribut

2011-10-27 Thread Stefan Sperling
On Wed, Oct 26, 2011 at 10:27:24PM +0200, romaric rillet wrote: Hi, I have un file with the filesystem read-only attribut. I commit this file with svn commit test.cpp -m . Since version 1.7, the filesystem read-only attribut is removed by the commit operation. I would like to keep this

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 10:47:51AM +0200, Attila Nagy wrote: On 10/26/11 15:37, Philip Martin wrote: Attila Nagyb...@fsn.hu writes: I'm trying to update a working copy of some tens of GBs with svn 1.7.1 Did you upgrade with 1.7.0 or 1.7.1? I've upgraded the WC with 1.7.0, then switched to

Re: Assertion failed and crash with 1.7.1

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 09:53:11AM +, Markus Schaber wrote: Hi, Von: Attila Nagy [mailto:b...@fsn.hu] BTW, with the current (1.7) WC-implementation, what possible problems do you see where this would be needed? Previously with the per-directory .svn directories it was of course

Re: Error when updating

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 10:20:36AM +, Wabe W wrote: From: Philip Martin Can you reproduce the problem with a local test repository? I tried to reproduce the problem by making a local test repository. However, there's no problem anymore. It works perfectly fine. Are path-based access

Re: SVN v1.7.1 asserting / crashing - workqueue.c, line 672

2011-10-27 Thread Stefan Sperling
On Thu, Oct 27, 2011 at 06:00:15PM +0400, Andrey Ogorodnik wrote: Hello , WANdisco SVN v1.7.1 server. Updated to 1.7.1 from 1.7.0 because getting the same problem on 1.7.0. Update did not help to solve an issue. When using svn cleanup, receiving this assert/crash.

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