Re: Possible bug: --stop-on-copy stops too early

2011-05-24 Thread Daniel Shahaf
Dirk Heinrichs wrote on Tue, May 24, 2011 at 09:14:11 +0200: > Hi, > > I'm trying to get the base revision of a branch using "svn log --stop-on- > copy". However, the output of this command stops a couple of revisions too > early: > > svn log -v > https://sdmpudpagport.sdm.de/pu/dpagpalis/svn/r

Re: SVN question

2011-05-24 Thread Daniel Shahaf
Varnau, Steve (Neoview) wrote on Mon, May 23, 2011 at 22:22:36 +: > > > > -Original Message- > > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > > Sent: Monday, May 23, 2011 2:37 PM > > To: Varnau, Steve (Neoview) > > Cc:

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Tue, May 24, 2011 at 08:19:20 -0400: > On Tue, May 24, 2011 at 7:18 AM, Stefan Sperling wrote: > > On Tue, May 24, 2011 at 01:00:45PM +0200, Nick Stolwijk wrote: > >> In all Unix like configuration files, the # means that line is a > >> comment. Often the value mentioned

Re: SVN_SSH and arguments

2011-05-24 Thread Daniel Shahaf
Vincent Lefevre wrote on Wed, May 25, 2011 at 01:35:15 +0200: > Hi, > > It seems that arguments in SVN_SSH are ignored. I have tested with: > > Nokia-N900-02-8:~> echo $SVN_SSH > /home/user/scripts/ssh -i /home/user/.ssh/id_rsa-svn > Works for me: % SVN_SSH='perl -e "exec qw/ssh/, @ARGV"' $svn

Disabling automatic setting of svn:executable property

2011-05-26 Thread Daniel Schepler
manual is --no-auto-props, but that doesn't seem to have the desired effect in a quick test. -- Daniel

Re: temporarily can't create new locks

2011-05-27 Thread Daniel Shahaf
Bastien Semene wrote on Fri, May 27, 2011 at 14:44:53 +0200: > Hi I have a SVN + Apache setup running on FreeBSD : > # uname -v > FreeBSD 8.1-RELEASE #0: Fri Aug 6 09:37:33 CEST 2010 > # svn --version > svn, version 1.6.16 (r1073529) >compiled Apr 13 2011, 09:43:52 > # httpd -v > Server versio

Re: temporarily can't create new locks

2011-05-27 Thread Daniel Shahaf
Bastien Semene wrote on Fri, May 27, 2011 at 15:43:15 +0200: > What is the correct way to resolve this kind of locks problem if the > svnadmin command doesn't want to remove locks either ? >From memory, removing all the digest files while no server is running should work.

RE: Disabling automatic setting of svn:executable property

2011-05-27 Thread Daniel Schepler
ubversion repository unless we can find a good way to prevent execute bits from being accidentally set. I'd hate to have to set up a draconian pre-commit hook that rejects commits setting non-program/script files to executable. And I would find it hard to believe we're the first

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
1.6 checks that paths are in UTF-8 at the time they enter the repository. This was always required but not always enforced. Solution is to recode the pathnames (those that are neither in ASCII nor in UTF-8). If none of the third-party dump manipulation tools can do that, then you could patch svn

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
Torsten Krah wrote on Mon, May 30, 2011 at 23:47:30 +0200: > Am Dienstag, den 31.05.2011, 00:30 +0300 schrieb Daniel Shahaf: > > Solution is to recode the pathnames (those that are neither in ASCII > > nor in UTF-8). > > Sorry but your "solution" seems really a

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
Torsten Krah wrote on Mon, May 30, 2011 at 23:47:30 +0200: > Am Dienstag, den 31.05.2011, 00:30 +0300 schrieb Daniel Shahaf: > > then you could patch svnsync or one of those tools to do the > > recoding. (just inject a filename-recoding editor at the right place) > > O

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
> > Maybe Torsten would like to try this, but I doubt that modifying > > Subversion's code is the kind of advice he was looking for. > > You're right ;-) I was assuming that someone would point out a tool that does the recoding at some point in the next 24 hours, which would render this particula

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, May 31, 2011 at 00:08:46 +0200: > On Mon, May 30, 2011 at 11:47:30PM +0200, Torsten Krah wrote: > > If <1.6 did not enforce this and 1.6 does - why does 1.6 not recode it > > at the time it does encounter such "things" - at least via some optional > > command line opti

Re: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-30 Thread Daniel Shahaf
#define MBE multi-byte encoding #defien SBE single-byte encoding Stefan Sperling wrote on Tue, May 31, 2011 at 01:07:02 +0200: > On Tue, May 31, 2011 at 01:41:54AM +0300, Daniel Shahaf wrote: > > How would you handle a repository that contains the following > > nodes/fspaths: &g

Re: svnshell-like client

2011-05-31 Thread Daniel Shahaf
cadaver(1) allows browsing WebDAV HTTP servers from the command line. It doesn't do everything you want (but you might be able to use it as a starting point (if you enable http:// access to your repositories)). Rick Varney wrote on Tue, May 31, 2011 at 10:50:14 -0700: > Hello, > > We are migratin

RE: Disabling automatic setting of svn:executable property

2011-05-31 Thread Daniel Schepler
In short, he found the Windows-native version unusable and went back to the Cygwin version. Any idea what might have caused those issues? If we can't figure that out, we'll probably have to go with the shell alias solution, which is still suboptimal if someone forgets to use the al

Re: svn update by version not updating correctly

2011-06-01 Thread Daniel Becroft
ed > in this step would be restored, but I only get an empty directory. > I'm guessing it's because you're running the 'svn update' from within the 'PGPSClient' folder, whereas all the "A"dd actions happened on the PGPSClientUI folder (it's sibling). Cheers, Daniel B.

Re: Subversion 1.6.17 Released

2011-06-01 Thread Daniel Shahaf
vised: the 1.6.17 tag [1] in our repository does not match the tarballs at the time of this writing. Until we fix this, please use the tarballs or zip archives, and avoid installing 1.6.17 from the tag. Daniel [1] https://svn.apache.org/repos/asf/subversion/tags/1.6.17 > This release addesses th

Re: Subversion 1.6.17 Released

2011-06-02 Thread Daniel Shahaf
011 7:27 PM, Daniel Shahaf wrote: > > > >Be advised: the 1.6.17 tag [1] in our repository does not match the > >tarballs at the time of this writing. Until we fix this, please use the > >tarballs or zip archives, and avoid installing 1.6.17 from the tag. > > > >Da

Re: Two-Site Subversion Repository Setup Ideas

2011-06-05 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Jun 05, 2011 at 17:33:56 +0200: > Subversion has not been designed for server-independent operation. > For proper operation you need either one central server or at least > a mirror server that can contact the master over a network connection. Or, alternatively, a mas

Re: [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-06-05 Thread Daniel Shahaf
Otto Allmendinger wrote on Sun, Jun 05, 2011 at 13:24:17 +0200: > # git svn rebase > Bizarre copy of UNKNOWN in subroutine entry at > /usr/lib/perl5/vendor_perl/SVN/Base.pm line 80. > We need more information.

Re: SVN Best Practices

2011-06-11 Thread Daniel Shahaf
Andreas Tscharner wrote on Fri, Jun 10, 2011 at 07:34:14 +0200: > > I'm working on a document that states the industry's best > > practices for SVN and would appreciate some guidance. Can > > anyone share or direct me to a good site that has useful > > information that engineers have discovered wh

Re: Index of Subversion add-on projects and products

2011-06-11 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Jun 10, 2011 at 18:37:24 -0500: > > On Jun 10, 2011, at 17:09, > wrote: > > > I was wondering if there is some sort of global list of Subversion > > plug-ins, etc., including both open source projects and commercial products. > > > > For example, it would be nice

Re: Sparse check outs

2011-06-11 Thread Daniel Shahaf
There is svn-viewspec.py (somewhere under tools/ in the source tree), I'm not sure if it can do what you ask for but it might be a starting point. Stuempfig, Thomas wrote on Fri, Jun 10, 2011 at 10:08:23 +: > We use svn as a document management system. > In our case we have different Roles in

Re: exit status of svn commands

2011-06-12 Thread Daniel Shahaf
FWIW, it still behaves this way in 1.7: % $svn up foo Skipped 'foo' Summary of conflicts: Skipped paths: 1 % $svn st file svn: warning: W155007: '/home/daniel/file' is not a working copy % with an exit code of 0 in both cases. I do think there were other improvements to

Re: Questions

2011-06-13 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, Jun 13, 2011 at 04:06:21 -0500: > On Jun 13, 2011, at 03:55, Richard Cavell wrote: > > 2. Someone suggested creating a repository by installing DropBox on every > > computer and doing: > > > > svnadmin create ~/DropBox > > > > Does this seem like a workable idea (for

Re: Index of Subversion add-on projects and products

2011-06-13 Thread Daniel Shahaf
g like > > that valuable? > > > > > > > > Thanks. > > > > > > > > - Kevin > > > > > > > > *From:* Itamar O [mailto:itamar...@gmail.com] > > *Sent:* Sunday, June 12, 2011 1:06 AM > > *To:* Mark Phip

Re: Revert only whitespace changes

2011-06-14 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jun 14, 2011 at 11:47:48 +0200: > Is there any tool which reverts all those whitespace-only changes, > keeping only the "real" changes in the file? > svn diff foo > 1 svn revert foo patch < ./1 || svn patch ./1 > Bonus points for a tool which keeps real indentation

Re: Revert only whitespace changes

2011-06-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Jun 15, 2011 at 02:07:00 +0300: > > Bonus points for a tool which keeps real indentation changes, and only > > discards tab<->space conversions which do not change the indentation > > level. :-) > > vim -c 'source /dev/mind-reader

Re: Evil UTF-8 Character in filename in repo causing issues on my wc

2011-06-14 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Jun 15, 2011 at 01:59:18 +0200: > On Tue, Jun 14, 2011 at 04:24:46PM -0700, Geoff Hoffman wrote: > > I have a file with some (I believe) Portuguese characters in the filename > > that someone managed to store in the repo without any problem, and I checked > > it out wi

Re: Problem with mod_dav_svn and svn_repos__post_commit_error_str

2011-06-15 Thread Daniel Shahaf
Do you have a pre-1.6.17 libsvn_repos on the system? (That symbol is defined by libsvn_repos, and I suspect it's only defined by recent versions of that.) Chris Wolstenholme wrote on Wed, Jun 15, 2011 at 10:35:06 +0100: > Hi, > > I'm having a problem using the mod_dav_svn module with Apache and

Re: Problem tagging from mixed rev working copy with a rename (copy+delete) from the past inside

2011-06-15 Thread Daniel Shahaf
Wolfgang Röckelein wrote on Wed, Jun 15, 2011 at 10:05:16 +0200: > Hi, > > I have two problems when creating a tag from a mixed rev working copy. Both > problems are caused by a rename (copy+delete) from the past inside. > > One case is a directory, here I get the following error, is the del

Re: Problem tagging from mixed rev working copy with a rename (copy+delete) from the past inside

2011-06-16 Thread Daniel Shahaf
Wolfgang Röckelein wrote on Thu, Jun 16, 2011 at 08:45:18 +0200: > Daniel Shahaf wrote: > > Wolfgang Röckelein wrote on Wed, Jun 15, 2011 at 10:05:16 +0200: > >> I have two problems when creating a tag from a mixed rev working copy. Both > >> problems are caused by a re

Re: Problem Loading Huge Repository

2011-06-17 Thread Daniel Shahaf
Thomas Harold wrote on Fri, Jun 17, 2011 at 10:31:43 -0400: > On 6/16/2011 7:05 PM, Bruno Antunes wrote: > > > >Do you know any faster way to load the dump file or to filter out > >some projects/revisions so I can speed up the process? > > > > Are you CPU-bound? Or are you limited by disk speed? I

Re: Problem Loading Huge Repository

2011-06-17 Thread Daniel Shahaf
Thomas Harold wrote on Fri, Jun 17, 2011 at 11:50:45 -0400: > On 6/17/2011 10:54 AM, Daniel Shahaf wrote: > >Thomas Harold wrote on Fri, Jun 17, 2011 at 10:31:43 -0400: > >>And if you have a choice of file systems for the repository to be stored > >>on, make sure that it

Re: how to get a list of unmerged revisions?

2011-06-19 Thread Daniel Shahaf
svn mergeinfo --help B Smith-Mannschott wrote on Mon, Jun 20, 2011 at 00:23:34 +0200: > I've got a trunk and a maintenance branch. I periodically merge > changes from the maintenance branch to trunk. Merge tracking is a > help here. > > Commits on the maintenance branch begin with an ID identify

Re: SVNNotify - not setting date in header

2011-06-20 Thread Daniel Shahaf
Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: > I tried adding the following, but with no success (I must be passing > the date wrongly): > --add-header date=`date -R` --add-header Date="`date -R`" FWIW, 'date -R' is not portable; I think the portable version is LC_ALL=C dat

Re: 1.7.0-alpha1 feedback

2011-06-21 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jun 21, 2011 at 02:20:55 +0200: > On Tue, Jun 21, 2011 at 02:02:08AM +0200, Uwe Schuster wrote: > > Stefan Sperling wrote: > > > > >Thanks for testing the alpha! > > > > Thanks for your feedback! > > > > >>1. Performance > > > > > >Can you set > > > http-library=n

Re: SVNNotify - not setting date in header

2011-06-21 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jun 21, 2011 at 10:38:01 +0200: > On Tue, Jun 21, 2011 at 09:24:21AM +0100, Miguel Almeida wrote: > > And also, what does > > the LC_ALL=C part mean in the line you suggest? > > It implies LC_CTIME=C, which for in some cases controls how the date > will be formatted o

Re: SVNNotify - not setting date in header

2011-06-21 Thread Daniel Shahaf
200, Stefan Sperling wrote: > > > On Tue, Jun 21, 2011 at 12:14:34PM +0300, Daniel Shahaf wrote: > > > Stefan Sperling wrote on Tue, Jun 21, 2011 at 10:38:01 +0200: > > > > On Tue, Jun 21, 2011 at 09:24:21AM +0100, Miguel Almeida wrote: > > > > > And also,

Re: Backporting features from trunk to 1.6.x

2011-06-22 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Jun 21, 2011 at 13:52:37 +0200: > The backports simply fall under the terms of the old licence when > they get released. But then again, the project owns copyright to > these changes in the first place :) The project does not own the copyright to an individual patch t

Re: Lost work due to non-cummutative merges

2011-06-22 Thread Daniel Shahaf
I also expected step 4 to conflict, and I also don't get a conflict: [[[ 9,% ./new.sh ### Making a Greek Tree for import... ### Done. ### Importing it... Committed revision 1. ### Done. 9,% cd wc1/trunk/ 9,% $svn cp -q A A2 9,% $svn ci -q -m branch 9,% :>A/mu 9,% $svn ci -q -mrm A 9,% $svn up

Re: Possible bug in SVN server with MIME formatted files

2011-06-22 Thread Daniel Shahaf
Can't reproduce with either neon or serf. 9,% $svn add recover.eml A recover.eml 9,% $svn ci -madd Adding recover.eml Transmitting file data . Committed revision 2. 9,% $svn up Updating '.': At revision 2. 9,% echo>>iota 9,% $svn ci -mappend Sendingiota Transmitting file d

Re: Lost work due to non-cummutative merges

2011-06-22 Thread Daniel Shahaf
I used a recent-ish trunk build. Daniel Shahaf wrote on Thu, Jun 23, 2011 at 03:03:05 +0300: > I also expected step 4 to conflict, and I also don't get a conflict: > > [[[ > 9,% ./new.sh > ### Making a Greek Tree for import... > ### Done. > > ### Importing it

Re: Exclude a directory from a copy.

2011-06-23 Thread Daniel Shahaf
Konstantin Kolinko wrote on Thu, Jun 23, 2011 at 11:48:46 +0400: > 2011/6/23 Gavin Baumanis : > > Hi there everyone, > > > > I am just wondering if there is a short-hand way of excluding a directory > > from a copy? > > > > I am wanting to create a branch from the trunk - but omit a specific > >

Re: [Patch] get-deps.sh fails to find sqlite-amalgamation

2011-06-23 Thread Daniel Shahaf
moving to dev@ Simon Olofsson wrote on Thu, Jun 23, 2011 at 15:05:39 +0200: > Hi, > > when trying to build SVN 1.6 from this branch: > http://svn.apache.org/repos/asf/subversion/branches/1.6.x > get-deps.sh fails, because sqlite-amalgamation has been moved: > > --2011-06-23 14:47:38-- > http://

Re: svnsync issue - 'svn:entry:committed-date' is disallowed

2011-06-27 Thread Daniel Shahaf
Yes, remove it. It's not supposed to be seen at all on the server side. Trent Fisher wrote on Mon, Jun 27, 2011 at 20:40:52 -0400: > Just to add another detail to this (Umang and I are on the same > team). I looked at the original repository we are trying to > replicate and found this: > > $ sv

Re: granting partial read access

2011-06-29 Thread Daniel Shahaf
Try it and see? (and btw you may not need the theguy=r record on the root dir) Tino Schwarze wrote on Wed, Jun 29, 2011 at 19:00:09 +0200: > Hi there, > > Google only turned up the usual starter's examples... :-( > > Given the following structure: > > /customerA/projA/ > /customerA/projB/ > /c

Re: Fwd: Build problems in Subversion (in Chinese)

2011-06-29 Thread Daniel Shahaf
Thanks, Jack. Our lists run in English, but in this case I see the problem and I'm moving the conversation to dev@: Jack Repenning wrote on Wed, Jun 29, 2011 at 17:49:21 -0700: > I received this message for moderation to feedb...@tigris.org. My reflex was > to spam-bin it, but then I realized th

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
I'm going to say this even more clearly: If you backup a repository by copying its files while a server is running, the backup may be created corrupted. http://subversion.apache.org/docs/release-notes/1.7#single-db (sic) Erik Huelsmann wrote on Wed, Jun 29, 2011 at 18:27:31 +0200: > Hi Waseem,

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Jun 30, 2011 at 08:59:10 -0400: > On Wed, Jun 29, 2011 at 12:27 PM, Erik Huelsmann wrote: > > Hi Waseem, > > > > On Wed, Jun 29, 2011 at 6:17 PM, Waseem Bokhari > > wrote: > >> > >> Hi Guys! > >> > >>   We are using 3rd party software that take (Cop

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
kmra...@rockwellcollins.com wrote on Thu, Jun 30, 2011 at 09:06:28 -0500: > Daniel Shahaf wrote on 06/30/2011 07:35:36 AM: > > I'm going to say this even more clearly: > > > > If you backup a repository by copying its files while a server is > > running, the

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
kmra...@rockwellcollins.com wrote on Thu, Jun 30, 2011 at 09:06:28 -0500: > Daniel Shahaf wrote on 06/30/2011 07:35:36 AM: > > I'm going to say this even more clearly: > > > > If you backup a repository by copying its files while a server is > > running, the

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Jun 30, 2011 at 10:09:43 -0500: > On 6/30/2011 9:22 AM, Daniel Shahaf wrote: > > > >>>I'm going to say this even more clearly: > >>> > >>>If you backup a repository by copying its files while a server is > >>>

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
kmra...@rockwellcollins.com wrote on Thu, Jun 30, 2011 at 10:03:52 -0500: > Daniel Shahaf wrote on 06/30/2011 09:24:56 AM: > > kmra...@rockwellcollins.com wrote on Thu, Jun 30, 2011 at 09:06:28 > -0500: > > > Daniel Shahaf wrote on 06/30/2011 07:35:36 > AM: > >

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Jun 30, 2011 at 11:26:36 -0500: > On 6/30/2011 10:39 AM, Daniel Shahaf wrote: > > > >>>Read the attached issue. FSFS on 1.7 is affected --- specifically, > >>>revprops.db, which contains the only copy of revprops of packed > >&g

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-30 Thread Daniel Shahaf
Les Mikesell wrote on Thu, Jun 30, 2011 at 13:56:27 -0500: > On 6/30/2011 1:15 PM, Andreas Krey wrote: > >On Thu, 30 Jun 2011 11:35:17 +, Les Mikesell wrote: > >... > >>I think you are being way too optimistic about real-world filesystems > >>and disk and controller caches. It is possible to m

Re: Branching Questions

2011-07-02 Thread Daniel Shahaf
Could you please be more precise? svn+ssh:// is completely fine (if you configure authorized_keys(5) correctly), it's admins who give their users filesystem write access to the repository directory who are the problem. Nico Kadel-Garcia wrote on Sat, Jul 02, 2011 at 11:59:44 -0400: > On Fri, Jul

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-02 Thread Daniel Shahaf
Please send this to dev@, it's more likely to get some attention there. http://subversion.apache.org/patches Thanks Stéphane Gaudreault wrote on Fri, Jul 01, 2011 at 18:00:18 -0400: > Le 20 juin 2011 15:28:32, Stefan Sperling a écrit : > > On Mon, Jun 20, 2011 at 09:54:12AM -0400, Stéphane Gaudr

Re: Trials with memcached

2011-07-07 Thread Daniel Shahaf
This doesn't address memcached directly, but there has been a /lot/ of work on server-side optimization and caching in 1.7 (also for non-memcached-backed caches). http://subversion.apache.org/docs/release-notes/1.7#server-performance-tuning You might want to take 1.7.0-alpha3 for a spin... Tony

Re: Trials with memcached

2011-07-07 Thread Daniel Shahaf
Tony Butt wrote on Fri, Jul 08, 2011 at 10:41:43 +1000: > On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote: > > This doesn't address memcached directly, but there has been a /lot/ of > > work on server-side optimization and caching in 1.7 (also for > > n

Re: Trials with memcached

2011-07-07 Thread Daniel Shahaf
Tony Butt wrote on Fri, Jul 08, 2011 at 13:56:07 +1000: > On Fri, 2011-07-08 at 03:58 +0300, Daniel Shahaf wrote: > > Tony Butt wrote on Fri, Jul 08, 2011 at 10:41:43 +1000: > > > On Fri, 2011-07-08 at 02:59 +0300, Daniel Shahaf wrote: > > > > This doesn't addres

Re: how do I revert a bad commit without creating a new revision?

2011-07-08 Thread Daniel Shahaf
You missed a step. Without that step the procedure will result in corruption (data loss) at an undetermined time in the future. Alan Barrett wrote on Fri, Jul 08, 2011 at 08:47:24 +0200: > On Fri, 08 Jul 2011, Konstantin Kolinko wrote: > >Another possibility: I think it is possible to effectivel

Testing 1.7 pre-releases Re: Trials with memcached

2011-07-08 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Jul 08, 2011 at 11:13:05 +0200: > Doing pre-release testing is a great service to the community. > For us, it is a lot easier to handle problems before the release, > and we can respond to problem reports a lot quicker. > > After release we are bound by compatibility

Re: how do I revert a bad commit without creating a new revision?

2011-07-08 Thread Daniel Shahaf
Alan Barrett wrote on Fri, Jul 08, 2011 at 10:44:10 +0200: > On Fri, 08 Jul 2011, Daniel Shahaf wrote: > >You missed a step. > > > >Without that step the procedure will result in corruption (data loss) at > >an undetermined time in the future. > > The last time I

Re: Fwd: [Tony Butt: Trials with memcached]

2011-07-11 Thread Daniel Shahaf
I found this an interesting read, thanks. (even though we already talked about it in Berlin) Stefan Fuhrmann wrote on Sat, Jul 09, 2011 at 15:02:25 +0200: > Hope that lengthy explanation helps! > > -- Stefan^2.

Re: Doing svn checkouts on top of svn checkouts?????

2011-07-11 Thread Daniel Shahaf
Geoff: you cannot point a single working copy item at more than one URL. (well, unless you create two externals with the same target file. Don't do that.) Nico: explain /exactly/ what you have been doing (best: a script(1) transcript). I don't know if you are complaining about nested working cop

Re: Doing svn checkouts on top of svn checkouts?????

2011-07-11 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Jul 11, 2011 at 23:42:07 -0400: > On Mon, Jul 11, 2011 at 10:21 PM, Daniel Shahaf > wrote: > > Geoff: you cannot point a single working copy item at more than one URL. > > (well, unless you create two externals with the same target file.

Re: Web page problem

2011-07-12 Thread Daniel Shahaf
Or, you know, a cron job that runs 'svn ls ^/subversion/tags'. Stefan Sperling wrote on Tue, Jul 12, 2011 at 15:15:09 +0200: > On Mon, Jul 11, 2011 at 04:16:07PM -0700, Roedy Green wrote: > > This is not a bug. You used to post the current fully qualified version > > of Subversion on your home pag

Re: "svnlook pget" Not showing property value

2011-07-13 Thread Daniel Shahaf
Works for me, 1.7.0-alpha3. % $svnlook pg r1 foo /trunk/iota bar % $svnlook pg r1 foo trunk/iota bar % $svnlook --version -q 1.7.0-alpha3 What version are you using? Do you need 'svnlook pg -r' or 'svnlook pg -t'? David Weintraub wrote on Wed, Jul 13, 2011 at 17:07:53 -0400: > Okay take a look

Re: "svnlook pget" Not showing property value

2011-07-13 Thread Daniel Shahaf
Works for me with HEAD of the 1.6.x branch. David Weintraub wrote on Wed, Jul 13, 2011 at 17:47:34 -0400: > Just downloaded Subversion 1.6.17 from CollabNet (for Mac OS X 10.6) > and had the same issue. I'll try it in Windows. > > -- > David Weintraub > qazw...@gmail.com

Re: Can I prevent a file from being modified?

2011-07-17 Thread Daniel Shahaf
Ryan Schmidt wrote on Sun, Jul 17, 2011 at 15:35:20 -0500: > > On Jul 16, 2011, at 15:14, David Myers wrote: > > > From what I have read in various places I thing I understand that... > > subversion reflects the unix style permissions on it's subdirectories, in > > the subversion directory tree.

Re: libsvn_ra_serf\util.c - line 2141: assertion failed (*rel_path != NULL)

2011-07-18 Thread Daniel Shahaf
Hold on, where did you get beta1 binaries from? It hasn't been released. Andy Levy wrote on Mon, Jul 18, 2011 at 22:14:37 -0400: > On Mon, Jul 18, 2011 at 21:15, Mat Berchtold wrote: > > I’m using the nightly build > > (TortoiseSVN-1.6.99.21696-dev-x64-svn-1.7.0-dev.msi) of tortoisesvn and > > e

Content scanning during checkout/update

2011-07-19 Thread Toplak Daniel
bian Linux 6.0 AMD64 - Apache 2.2.16 - Subversion 1.6.12 Regards Daniel Toplak

AW: Content scanning during checkout/update

2011-07-19 Thread Toplak Daniel
"SVNAllowBulkUpdates off" is set in the server settings, which leads to slow performance. Regards. Daniel Toplak -Ursprüngliche Nachricht- Von: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Gesendet: Dienstag, 19. Juli 2011 19:03 An: Toplak Daniel Cc: users@subversion.apache.org B

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Daniel Shahaf
tldr for dev@: assertion that Gunnar and I can both reproduce easily using 1.7.0-beta1: % $svn checkout -q https://zlibnet.svn.codeplex.com/svn test % $svn update test (asserts) Gunnar Dalsnes wrote on Wed, Jul 20, 2011 at 00:59:38 +0200: > Hi, > > Get an exception/assert in svn 1.7 alpha3. >

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Daniel Shahaf
s on the same page as nightly snapshots. If it somehow left the impression that beta1 is stable, or has been blessed as a release (as opposed to being a tarball that was tagged and presented for devs to test and approve), that should be clarified. Daniel

empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Neuberger
ng svn 1.4. Any ideas? Thanks. - Daniel

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Shahaf
ls -ald $REPOS_DIR $REPOS_DIR/hooks/ $REPOS_DIR/hooks/pre-commit Daniel Neuberger wrote on Thu, Jul 21, 2011 at 09:36:22 -0400: > We have a rather unique setup to meet certain requirements and as a > result I can't get any hooks to work (even empty ones or ones that > just exit with

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Neuberger
at if someone somehow gains shell access to the shared account, they won't be able to delete the repository or anything like that. Do you think there's anyway to make it work this way? Thanks for the help. - Daniel

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Neuberger
On Thu, Jul 21, 2011 at 11:01 AM, Daniel Shahaf wrote: > ls -ald $REPOS_DIR $REPOS_DIR/hooks/ $REPOS_DIR/hooks/pre-commit $ ls -ald repos/testrepo repos/testrepo/hooks/ repos/testrepo/hooks/pre-commit drwxrwxrwx 7 svnuser svnuser 4096 Jul 20 13:03 repos/testrepo drwxrwxrwx 2 svnuser svnuser 4

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Neuberger
o system-wide logs (for issues like SELinux warnings)? Yes and there's nothing of interest. Thanks! - Daniel

Re: empty pre-commit hook fails with svn+ssh with some accounts

2011-07-21 Thread Daniel Neuberger
On Thu, Jul 21, 2011 at 2:13 PM, Nico Kadel-Garcia wrote: > Don't give the shared "svn" user a valid shell If an administrator > needs to run operations as that user, to manipulate config files or > create new repositories, they can do "sudo -s -H -u svn" to get a > valid shell as the administ

Re: 404 on SQLite dependency in get-deps.sh

2011-07-22 Thread Daniel Shahaf
The following changes will be included in the next release: * r1134734 Fix sqlite-amalgamation location and archive format. Branch: 1.6.x-r1134734 Justification: Users report get-deps.sh of sqlite is currently broken. Notes: r1134734 also bumped dependency versions; the

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Daniel Shahaf
Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: > Is there a way to create a new top-level checkout of a subdirectory > with the 1.7 working copy format? Just copying a dir isn't supported. (the plan has been to provide a new subcommand for that, but that won't happen before 1.8) You

Re: copying subdirectories in subversion 1.7

2011-07-24 Thread Daniel Shahaf
CC += dev@ Ryan Schmidt wrote on Sun, Jul 24, 2011 at 17:08:14 -0500: > > On Jul 24, 2011, at 16:57, Daniel Shahaf wrote: > > > Ryan Brothers wrote on Sun, Jul 24, 2011 at 17:42:43 -0400: > >> Is there a way to create a new top-level checkout of a subdirectory > &

Re: AW: copying subdirectories in subversion 1.7

2011-07-25 Thread Daniel Shahaf
I think you've made your point by now. However, 1.7 is close enough to being released that this feature will NOT be included in it. How do you suggest to proceed? Personally, I'd suggest documenting this in the 1.7 release notes and contributing the hands to work on this for 1.8. Les Mikesell w

Re: copying subdirectories in subversion 1.7

2011-07-25 Thread Daniel Shahaf
Markus Schaber wrote on Mon, Jul 25, 2011 at 15:57:00 +0200: > Hi, Stefan, > > Von: Stefan Sperling [mailto:s...@elego.de] > > > So I'm not only "detaching" subdirectories, but also "re-implanting" > > > them afterwards. > > > > Sounds like what you really need is this as-of-yet not implemented >

Re: Decompression of svndiff data failed - Unpacking a repository

2011-07-25 Thread Daniel Shahaf
Philippe Busque wrote on Mon, Jul 25, 2011 at 15:05:29 -0400: > I need to know if there's a way to unpack a single shard so that I can > run this script on the faulty revision and repair it, without having to > either unpack the whole repository or do a dump / load. > > Thanks The shards are inde

Re: copying subdirectories in subversion 1.7

2011-07-26 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jul 26, 2011 at 09:11:57 +0200: > Von: Daniel Shahaf > > Perhaps you'd be interested in contributing to the implementation of > > this feature? > > Yes, I am, but I've only very limited time to work on it while being at > home. I see. Hope you find the time for it :)

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Tue, Jul 26, 2011 at 18:42:46 +1000: > On Tue, 2011-07-26 at 10:04 +0200, Mario Brandt wrote: > > I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried > > the alphas before. With none of it I'm able to use SVNParentPath. I'm > > getting > > > > > > Could not open

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Daniel Shahaf
Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: > Or to state the below (pardon the top-post) much more simply: the > --trust-server-cert flag does not work. It fails to perform its > singular function, which is...to force trust of the server cert, > right? > Its function is to accept cert

Re: svn update via HTTPS works 95% of the time, then randomly shanks, "issuer not trusted"

2011-07-26 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Jul 26, 2011 at 22:19:13 +0300: > Dan Yost wrote on Tue, Jul 26, 2011 at 12:57:29 -0500: > > Or to state the below (pardon the top-post) much more simply: the > > --trust-server-cert flag does not work. It fails to perform its > > singular function

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > could not access my alpha2 created repository from beta2 using > mod_dav_svn and apache. That's expected. Did you get the error documented at http://subversion.apache.org/docs/release-notes/1.7#revprop-packing or some other error?

Re: My Backup Script

2011-07-27 Thread Daniel Shahaf
Markus Schaber wrote on Wed, Jul 27, 2011 at 09:37:38 +0200: > Hi, Andreas, > > Von: Andreas Krey [mailto:a.k...@gmx.de] > > > On Tue, 26 Jul 2011 13:55:17 +, Les Mikesell wrote: > > ... > > > How could it possibly be up to date if there has been a commit since > > > the last time it was upd

Re: svnsync

2011-07-27 Thread Daniel Shahaf
Mark Phippard wrote on Wed, Jul 27, 2011 at 10:16:10 -0400: > On Wed, Jul 27, 2011 at 10:12 AM, Phil Pinkerton wrote: > > > A local SVN "expert" tells me svnsync is all I need with regards to > > moving several (about 2 hundred) repositories from a Unix server to a > > Linux server even though the

Re: svnsync

2011-07-27 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Jul 27, 2011 at 16:07:46 -0500: > On Jul 27, 2011, at 14:44, Daniel Shahaf wrote: > > Mark Phippard wrote on Wed, Jul 27, 2011 at 10:16:10 -0400: > >> If the existing repositories are FSFS, you could actually just move the > >> repositories to

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: > On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: > > Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > > > could not access my alpha2 created repository from beta2 using > > > mod_dav_svn and apach

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 11:52:14 +1000: > I checked the apache logs, and found this: > [Thu Jul 28 10:48:14 2011] [error] [client 172.16.2.39] (20014)Internal > error: Found format '5', only created by unreleased dev builds; see > http://subversion.apache.org/docs/release-notes/1.

Re: 1.7 check-swig-py failure

2011-07-29 Thread Daniel Shahaf
Stefan Sperling wrote on Fri, Jul 29, 2011 at 18:32:40 +0200: > On Fri, Jul 29, 2011 at 09:12:57AM -0600, tsteven four wrote: > > ldd and readelf shown above. Is there some method to get python use the > > RPATH in libsvn_ra_serf as ldd does so the correct libapr is found, or is > > the python che

<    1   2   3   4   5   6   7   8   9   10   >