Re: Locking a file in a moved folder

2011-03-25 Thread Daniel Shahaf
But then once you commit --keep-locks the rename, you'll have to also move the lock from /f1/foo to /f2/foo, right? For that matter: % svn add iota % svn ci -mm iota % svn mv iota kappa % svn lock kappa % svn ci --keep-locks -m rename ./ should also move the lock from iota to kappa. (currently i

Re: SVN EQ Recovery

2011-03-25 Thread Daniel Shahaf
bdu12 wrote on Fri, Mar 25, 2011 at 16:31:10 -0700: > Hello all, > > Thanks for your help. Here are some answers to your questions. > > fs-type is fsfs. > > "Incremental backup" was done using my own script that looked at > timestamps of files. It doesn't matter how this works it just means I

Re: SVN EQ Recovery

2011-03-25 Thread bdu12
Hello all, Thanks for your help. Here are some answers to your questions. fs-type is fsfs. "Incremental backup" was done using my own script that looked at timestamps of files. It doesn't matter how this works it just means I am missing some of my revision files that were created on the dates

Re: Non-file based checkout?

2011-03-25 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, Mar 26, 2011 at 01:40:38 +0200: > Specifically for the fs/repos separation: support for hooks and authz > lives at the repos layer, not at the fs layer. And editors. (svn_delta_editor_t)

Re: Non-file based checkout?

2011-03-25 Thread Daniel Shahaf
All public APIs are concurrent-safe (interprocess and intraprocess), including the public svn_fs APIs. The layer stacking (high to low) is: client > ra > repos > fs Specifically for the fs/repos separation: support for hooks and authz lives at the repos layer, not at the fs layer. Clifford Yapp

Re: Non-file based checkout?

2011-03-25 Thread Clifford Yapp
Are those (svn_repos/svn_ra) the API levels that allow safe read/write access from multiple clients to the repository? I did manage to get a basic svn_fs test working (very cool!), but it did look like that might be too low-level for safety. Cheers, CY On Fri, Mar 25, 2011 at 2:48 PM, Daniel Sha

Re: cvs log equivalent

2011-03-25 Thread Mark Phippard
On Fri, Mar 25, 2011 at 3:35 PM, Paul Graham wrote: > The "Lines" field of svn log is puzzling.  It says how many lines of comment, > etc., follow the header line. >  It is therefore about as informative as "this page intentionally left > blank".  Yet in its location in the log > message it rese

Re: cvs log equivalent

2011-03-25 Thread Paul Graham
The "Lines" field of svn log is puzzling. It says how many lines of comment, etc., follow the header line. It is therefore about as informative as "this page intentionally left blank". Yet in its location in the log message it resembles the cvs "lines-changed" field enough to be misleading.

Re: cvs log equivalent

2011-03-25 Thread Johan Corveleyn
On Fri, Mar 25, 2011 at 7:34 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Sat, Mar 19, 2011 at 14:50:30 +0100: >> On Sat, Mar 19, 2011 at 2:21 AM, Hyrum K. Wright >> wrote: >> > On Fri, Mar 18, 2011 at 6:13 PM, Paul Graham wrote: >> >> I could find all the change versions of a file, then

Subversion Performance Benchmarks

2011-03-25 Thread Mark Phippard
Hi, I am working on a tool to establish performance benchmarks for Subversion. Primary goal would be to have some controlled tests for doing release to release comparison. The immediate goal is to come up with something to compare the performance of current release with the development going on

Re: Non-file based checkout?

2011-03-25 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Mar 24, 2011 at 12:38:10 +0100: > On Wed, Mar 23, 2011 at 08:12:57PM -0400, Clifford Yapp wrote: > > Hi! I'm looking at using the subversion libraries to handle data, and > > I would like to integrate them into an application for > > revisioning/managing computer aide

Re: Non-file based checkout?

2011-03-25 Thread Daniel Shahaf
You probably want to use the svn_repos or svn_ra API, not the FS API directly. That said: see svn_test__set_file_contents(), used by fs-test.c . Clifford Yapp wrote on Thu, Mar 24, 2011 at 13:02:03 -0400: > On Thu, Mar 24, 2011 at 12:10 PM, Stefan Sperling wrote: > > > The LGPLv2 and APLv2 are

Naming scheme for property names/prefixes

2011-03-25 Thread Henning Hucke
Hallo List, I wonder if there is already a naming scheme for property names. Certainly we all know that the subversion native properties have a prefix of "svn:". Prefixes of "tsvn:" for tortoise properties (?) and "bugtraq:" for bug tracking purposes are also invented. But what about sire in

Re: cvs log equivalent

2011-03-25 Thread Daniel Shahaf
Johan Corveleyn wrote on Sat, Mar 19, 2011 at 14:50:30 +0100: > On Sat, Mar 19, 2011 at 2:21 AM, Hyrum K. Wright > wrote: > > On Fri, Mar 18, 2011 at 6:13 PM, Paul Graham wrote: > >> I could find all the change versions of a file, then do an svn diff for > >> each change, then parse the output a

Re: Tests fail on windows when building using --with-libintl

2011-03-25 Thread Daniel Shahaf
Run the tests with -v and check that 'svn' prints output in English? Glen Cooper wrote on Wed, Mar 23, 2011 at 20:45:13 -0700: > Thanks Mark, > > Any idea why including them would cause certain tests to fail? > > I'm not sure how significant this is, but I get these messages during my > build: >

Re: SVN EQ Recovery

2011-03-25 Thread Daniel Shahaf
Other points: * The terms used are unclear. (Example: 'incremental backup' could mean 'zfs/lvm snapshot', could mean "find -mtime | xargs tar", and could mean 'incremental dump'.) I'd rather get a concrete set of facts (read: one that doesn't require me to guess what the facts are) befor

Re: SVN EQ Recovery

2011-03-25 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Mar 24, 2011 at 12:17:19 +0100: > For the missing revisions, you will need to manually replay the *exact* > changes made in them (using checkout and commit from a working copy), > so that future revisions fit on top. > > If that doesn't get you anywhere, a more low-le

Re: SVN EQ Recovery

2011-03-25 Thread Daniel Shahaf
Stefan Sperling wrote on Thu, Mar 24, 2011 at 12:17:19 +0100: > Then copy in new revision files from incremental backups, and also copy > or adjust the 'current' file. s/adjust/svnadmin recover/

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-25 Thread Ullrich.Jans
Hi, > -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: Friday, March 25, 2011 12:38 PM > To: Jans Ullrich; subversion-20...@ryandesign.com > Cc: users@subversion.apache.org > Subject: RE: Unexpected behaviour with SVNPath/SVNParentPath mixture > > > The quest

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-25 Thread Cooke, Mark
> -Original Message- > From: ullrich.j...@elektrobit.com > [mailto:ullrich.j...@elektrobit.com] > Sent: 25 March 2011 10:32 > To: subversion-20...@ryandesign.com > Cc: users@subversion.apache.org > Subject: RE: Unexpected behaviour with SVNPath/SVNParentPath mixture > > Hi Ryan, > > > -

RE: Serverside Pre-Tag Hook

2011-03-25 Thread Waseem Bokhari
Greetings! I haven't found the info regarding this as well But have a couple of Solutions that may help you:- 1) You may use "SVN Commit Monitor" or any other Monitoring tool. 2) You can restrict permissions on Tagging/Branching folders that will make sure that anyone who want

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-25 Thread Ullrich.Jans
Hi Ryan, > -Original Message- > From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > Sent: Friday, March 25, 2011 2:25 AM > To: Jans Ullrich > Cc: users@subversion.apache.org > Subject: Re: Unexpected behaviour with SVNPath/SVNParentPath mixture > > You will either want a single

Re: Serverside Pre-Tag Hook

2011-03-25 Thread Andy Levy
On Fri, Mar 25, 2011 at 05:25, Gerd Feldkirch wrote: > Hi there, > > is it possible to implement a server side pre-tag/pre-branch hook? > I can't find any information about it... Tags & Branches are just copies that follow a naming convention. From a hook-triggering perspective, they'r eno differ

Serverside Pre-Tag Hook

2011-03-25 Thread Gerd Feldkirch
Hi there, is it possible to implement a server side pre-tag/pre-branch hook? I can't find any information about it... Regards Gerd

Re: SVN: "Out of memory" when committing

2011-03-25 Thread Ole Pinto
Still happens with 1.6.16. Am I the only one? Any idea, at least, of what is causing this behaviour? On Wed, Feb 23, 2011 at 10:07, Ole Pinto wrote: > Hello, I've just began in a new job and, due to the repo organization, I've > found a problem I didn't have before. I'm using the command line ve