Re: SVN externals (externals failed, already locked)

2012-03-20 Thread Matthew J Fletcher
On 20/03/12 23:58, Philip Martin wrote: Matthew J Fletcher writes: I've been expermenting with SVN externals and found an issue which i dont fully understand. My repository is as follows; -- +Play (with and extern to URL "https://swserver:8443/svn/Play/Shared Sources" Local

checksum assert fail

2012-03-20 Thread Lucian Smith
So, I did something dumb in subversion and got a nice error message telling me to tell you what I did so that in case someone else is as goofy as I, the program won't crash next time. So here I am! What I did was, on Windows 7 using Tortoise SVN, created some new files and slated them for addi

Re: random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
On Wed, 2012-03-21 at 00:51 +, Philip Martin wrote: > Sérgio Basto writes: > > > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > >> > >> > Hi, I am facing a problem > >> > I do a svn diff | lsdiff > >> > I got file in random or

Re: preventing commits (this is *not* a classic hook question)

2012-03-20 Thread David Weintraub
I have a pre-commit hook that stores its configuration inside your repository. You'll need access to the Subversion server to set it up, but once it's setup, you can control access by checking out the control file from the repository, making your changes, and then checking it back in. This is a mo

Re: random sort of svn status and svn diff

2012-03-20 Thread Philip Martin
Sérgio Basto writes: > On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: >> On Mar 20, 2012, at 19:17, Sérgio Basto wrote: >> >> > Hi, I am facing a problem >> > I do a svn diff | lsdiff >> > I got file in random order , also happens with svn status >> >> Correct, Subversion does not o

Re: random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
On Tue, 2012-03-20 at 19:23 -0500, Ryan Schmidt wrote: > On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > > > Hi, I am facing a problem > > I do a svn diff | lsdiff > > I got file in random order , also happens with svn status > > Correct, Subversion does not output these in a sorted order.

Re: random sort of svn status and svn diff

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 19:17, Sérgio Basto wrote: > Hi, I am facing a problem > I do a svn diff | lsdiff > I got file in random order , also happens with svn status Correct, Subversion does not output these in a sorted order. > How I sort diff and status , or at least don't get random results

random sort of svn status and svn diff

2012-03-20 Thread Sérgio Basto
Hi, I am facing a problem I do a svn diff | lsdiff I got file in random order , also happens with svn status How I sort diff and status , or at least don't get random results I am using subversion-1.6.17-5.fc16.x86_64 on Fedora 17 I had clean my $HOME/.subversion nothing change, happens with a

Re: SVN externals (externals failed, already locked)

2012-03-20 Thread Philip Martin
Matthew J Fletcher writes: > I've been expermenting with SVN externals and found an issue which i > dont fully understand. My repository is as follows; > > > -- > > +Play (with and extern to URL "https://swserver:8443/svn/Play/Shared > Sources" Local Path "Project 3") > > - Projec

RE: preventing commits (this is *not* a classic hook question)

2012-03-20 Thread Michael Hüttermann
Hello Bob, Nico, Les, thanks for your pointers. Great help, exactly what I've looked for. Thanks!! Michael >> Hello, >> >> I'm wondering if there is any strategy for temporary preventing people >> from >> committing to a svn repository, without the person who sets the hook (or >> sth >> similar

Re: SVN externals (externals failed, already locked)

2012-03-20 Thread Matthew J Fletcher
On 13/03/12 18:07, Matthew J Fletcher wrote: Hi, I've been expermenting with SVN externals and found an issue which i dont fully understand. My repository is as follows; -- +Play (with and extern to URL "https://swserver:8443/svn/Play/Shared Sources" Local Path "Project 3") -

Re: predecessor count for the root node-revision is wrong message

2012-03-20 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Mar 20, 2012 at 00:49:06 +0200: > The time until 1.7.5 is counted in weeks, and 1.6.18 is scheduled to be > released next week. > The fix was merged to 1.6.x@HEAD today and barring surprises will be included in 1.6.18.

Re: preventing commits (this is *not* a classic hook question)

2012-03-20 Thread Lorenz
Bob Archer wrote: >> Hello, >> >> I'm wondering if there is any strategy for temporary preventing people from >> committing to a svn repository, without the person who sets the hook (or sth >> similar) being the admin of the svn repository. Thus, in this case, there is >> no >> option to directl

Re: Subversion log format in Japanese

2012-03-20 Thread Stefan Sperling
On Tue, Mar 20, 2012 at 11:46:58PM +0900, Berin Babcock-McConnell wrote: > If there were an alternate strftime() format string that produces > the correct result in all languages that would be great. But it > seems that there is not and that is why there is a localization > string in the po file,

possible switch bug in conjunction with file-externals

2012-03-20 Thread Schludi Wolfgang
attached is my shell-script "svn-bug.sh" to reproduce the error. also attached is the logfile from "bash -x ./svn-bug.sh > svn-bug.out 2>&1" short description: I replaced some files in some branches with file-externals. when switching between these different branches (with real files and with fil

Re: Call svn cat for all files modified or added in a given revision

2012-03-20 Thread Andy Levy
On Tue, Mar 20, 2012 at 10:39, OBones wrote: > Hello all, > > Using svn cat I can see the state of a file at a given revision. > As it turns out, I have had in the past some files that were commit with > inconsistent line endings and that are making analysis tools stop because of > this. Can you

Re: Subversion log format in Japanese

2012-03-20 Thread Berin Babcock-McConnell
(2012年03月20日 21:04), Stefan Sperling wrote: On Tue, Mar 20, 2012 at 04:24:11PM +0900, Berin Babcock-McConnell wrote: Hello, I have a question regarding the format of the date displayed in the log of a repository when using a Japanese locale. Specifically, the format of the "human timestamp for

Call svn cat for all files modified or added in a given revision

2012-03-20 Thread OBones
Hello all, Using svn cat I can see the state of a file at a given revision. As it turns out, I have had in the past some files that were commit with inconsistent line endings and that are making analysis tools stop because of this. What I want to do is find which (file, revision) pairs are impa

RE: preventing commits (this is *not* a classic hook question)

2012-03-20 Thread Bob Archer
> Hello, > > I'm wondering if there is any strategy for temporary preventing people from > committing to a svn repository, without the person who sets the hook (or sth > similar) being the admin of the svn repository. Thus, in this case, there is > no > option to directly access the /hooks/ folde

Re: Subversion log format in Japanese

2012-03-20 Thread Stefan Sperling
On Tue, Mar 20, 2012 at 04:24:11PM +0900, Berin Babcock-McConnell wrote: > Hello, > > I have a question regarding the format of the date displayed in the > log of a repository when using a Japanese locale. Specifically, the > format of the "human timestamp format suffix" (as it is described in >

Subversion log format in Japanese

2012-03-20 Thread Berin Babcock-McConnell
Hello, I have a question regarding the format of the date displayed in the log of a repository when using a Japanese locale. Specifically, the format of the "human timestamp format suffix" (as it is described in libsvn_subr/time.c) doesn't seem to be quite right and I'm wondering if there is