Re: random sort of svn status and svn diff

2012-03-21 Thread Stefan Sperling
On Wed, Mar 21, 2012 at 03:02:53AM +, Sérgio Basto wrote: > On Wed, 2012-03-21 at 00:51 +, Philip Martin wrote: > > Sérgio Basto writes: > > > why the output shouldn't be sorted by name or something else ? > > > or why svn don't have a sort option this is insane . > > > > It could be d

Re: random sort of svn status and svn diff

2012-03-21 Thread Sérgio Basto
On Wed, 2012-03-21 at 08:00 +0100, Stefan Sperling wrote: > On Wed, Mar 21, 2012 at 03:02:53AM +, Sérgio Basto wrote: > > On Wed, 2012-03-21 at 00:51 +, Philip Martin wrote: > > > Sérgio Basto writes: > > > > why the output shouldn't be sorted by name or something else ? > > > > or why

Re: random sort of svn status and svn diff

2012-03-21 Thread Ryan Schmidt
On Mar 21, 2012, at 02:22, Sérgio Basto wrote: > On Wed, 2012-03-21 at 08:00 +0100, Stefan Sperling wrote: >> You should discuss the approach you want to take to fix this on the >> dev@ list before putting too much work into a patch. That way, if there >> are any concerns about the approach they

Re: random sort of svn status and svn diff

2012-03-21 Thread Daniel Shahaf
Philip Martin wrote on Wed, Mar 21, 2012 at 00:51:53 +: > 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

Re: random sort of svn status and svn diff

2012-03-21 Thread Daniel Shahaf
Sérgio Basto wrote on Wed, Mar 21, 2012 at 07:22:03 +: > Hi, Dev list , I want to fix random sort of svn status and svn diff, on > recent code of svn, it just put a sort somewhere, could someone point me > the directory in the source code, where is the code of svn frontend > commands like diff

relation to minfo-cnt bug Re: predecessor count for the root node-revision is wrong message

2012-03-21 Thread Daniel Shahaf
Jason, I've learnt yesterday something new about the minfo-cnt corruption bug: it can manifest not only as absurdly high values (on the order of 2**70), but as far smaller wrong increments too (such as increment of 172 instead of of 0 on one occasion). Could you determine whether said bug has occ

Re: possible switch bug in conjunction with file-externals

2012-03-21 Thread Daniel Shahaf
Schludi Wolfgang wrote on Tue, Mar 20, 2012 at 15:19:39 +: > 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. > whe

hide folder in subversion repository

2012-03-21 Thread dhanushka ranasinghe
Hi is there any way to hide folder inside subversion repository , via apache or any other method Thank You Dhanushka

RE: hide folder in subversion repository

2012-03-21 Thread Cooke, Mark
> -Original Message- > From: dhanushka ranasinghe [mailto:parakrama1...@gmail.com] > Sent: 21 March 2012 09:58 > To: users@subversion.apache.org > Subject: hide folder in subversion repository > > Hi > > is there any way to hide folder inside subversion repository , via > apache or any o

Re: hide folder in subversion repository

2012-03-21 Thread dhanushka ranasinghe
Hi... Yes i already using that access control method . , i just want to hide the one of folders from appearing in apache in subversion. Thank You Dhanushka On 21 March 2012 15:31, Cooke, Mark wrote: >> -Original Message- >> From: dhanushka ranasinghe [mailto:parakrama1...@gmail.com] >>

Re: checksum assert fail

2012-03-21 Thread Andy Levy
On Wed, Mar 21, 2012 at 02:04, Lucian Smith wrote: > 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! > 'D:\Development\SVN\Releases\TortoiseSV

Add generic MOTD to hooks scripts ?

2012-03-21 Thread Phil Pinkerton
Looking for a way to send or display a Notice like a MOTD ( Message of the day ) whenever any repository is accessed. For example there will be a major change in Repository locations. Some projects already have pre and post commit hook scripts. What I want to do is advise the user who accesses

Re: SVN as DMS

2012-03-21 Thread Phil Pinkerton
SharePoint for documentation. As Subversion has no built-in search attribute so to speak, however there are 3rd party application that claim to search Subversion, but why go thorough all that. I here there have been substantial improvement is the SharePoint application. 2 cents On Mar 14, 2012

Re: hide folder in subversion repository

2012-03-21 Thread Thorsten Schöning
Guten Tag dhanushka ranasinghe, am Mittwoch, 21. März 2012 um 11:23 schrieben Sie: > Yes i already using that access control method . , i just want to hide > the one of folders from appearing in apache in subversion. And ACLs don't work or don't fit your needs or what? Mit freundlichen Grüßen,

Re: SVN as DMS

2012-03-21 Thread Geoffrey Myers
Check out 1mage. That is the number one followed by 'mage' It's not a typo. On 03/21/2012 07:20 AM, Phil Pinkerton wrote: SharePoint for documentation. As Subversion has no built-in search attribute so to speak, however there are 3rd party application that claim to search Subversion, but why g

Re: Options for moving large files between repos

2012-03-21 Thread sebb
On 8 March 2012 13:54, Mark Phippard wrote: > On Mon, Feb 27, 2012 at 10:03 AM, sebb wrote: > >> I've currently got the CollabNet build (1.7.2) for Windows, and it >> does not include svnmucc as far as I can tell. > > As of the 1.7.4 release it will include it. Thanks! I've just reverted to the

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

2012-03-21 Thread OBones
Andy Levy wrote: 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.

Re: Add generic MOTD to hooks scripts ?

2012-03-21 Thread Ryan Schmidt
On Mar 21, 2012, at 06:12, Phil Pinkerton wrote: > Looking for a way to send or display a Notice like a MOTD ( Message of the > day ) whenever any repository is accessed. > > For example there will be a major change in Repository locations. Some > projects already have pre and post commit hook

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

2012-03-21 Thread Andy Levy
On Wed, Mar 21, 2012 at 08:02, OBones wrote: > Andy Levy wrote: >> >> 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 >>> inconsist

Re: Subversion log format in Japanese

2012-03-21 Thread Berin Babcock-McConnell
(2012年03月21日 00:43), Stefan Sperling wrote: There is this comment in fr.po: # Hmmm... what about "%x" (preferred date representation in locale) # instead? Yes, I used %x when I fixed this on my system because it nicely produces most of what I wanted. Unfortunately it doesn't produce everythi

Re: possible switch bug in conjunction with file-externals

2012-03-21 Thread Wolfgang Schludi
Am 21.03.2012 10:14, schrieb Daniel Shahaf: Schludi Wolfgang wrote on Tue, Mar 20, 2012 at 15:19:39 +: [...] * is the bug already in the issue tracker? Have you looked? If you've looked but aren't sure whether one of the existing bugs covers this issue, we can help make that determ

Re: Svn merge reintegrate question

2012-03-21 Thread Erik Andersson
Hi Mail filters caught this so I didn't see it until now. I appreciate your feedback and I will look at your input as soon as possible. Thanks! / Erik On Wed, Mar 7, 2012 at 8:24 PM, Stefan Sperling wrote: > On Wed, Mar 07, 2012 at 03:47:31PM +0100, Erik Andersson wrote: > > I'm a svnmerge.py

Re: possible switch bug in conjunction with file-externals

2012-03-21 Thread Daniel Shahaf
Wolfgang Schludi wrote on Wed, Mar 21, 2012 at 13:59:46 +0100: > Am 21.03.2012 10:14, schrieb Daniel Shahaf: > >Schludi Wolfgang wrote on Tue, Mar 20, 2012 at 15:19:39 +: > >[...] > >>* is the bug already in the issue tracker? > >Have you looked? If you've looked but aren't sure whethe

Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Brian Neal
Hello - I'm trying to upgrade a Subversion and Trac install running on Windows Server 2003 sp2. I've installed Subversion 1.7.4 from the .msi file found here: http://sourceforge.net/projects/win32svn/files/1.7.4/ I'm also using the Python 2.7 bindings found in that same directory (svn-win32-1.7.

RE: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Cooke, Mark
> -Original Message- > From: Brian Neal [mailto:bgn...@gmail.com] > Sent: 21 March 2012 16:13 > To: users@subversion.apache.org > Subject: Problem with Python bindings to SVN 1.7.4 on Windows > > Hello - > > I'm trying to upgrade a Subversion and Trac install running on Windows > Server

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Brian Neal
On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal wrote: [... snip ..] > Hello - > > I'm trying to upgrade a Subversion and Trac install running on Windows > Server 2003 sp2. > > I've installed Subversion 1.7.4 from the .msi file found here: > http://sourceforge.net/projects/win32svn/files/1.7.4/ > > I

RE: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Cooke, Mark
> -Original Message- > From: Brian Neal [mailto:bgn...@gmail.com] > Sent: 21 March 2012 17:02 > To: users@subversion.apache.org > Subject: Re: Problem with Python bindings to SVN 1.7.4 on Windows > > On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal wrote: > [... snip ..] > > Hello - > > > >

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Brian Neal
On Wed, Mar 21, 2012 at 12:10 PM, Cooke, Mark wrote: >> >> On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal wrote: >> >> I have solved my problem by copying libeay32.dll and ssleay32.dll from >> the Subversion\bin folder to C:\Python27\Lib\site-packages\libsvn >> folder. I got this tip via a google s

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Alagazam.net Subversion
On 2012-03-21 18:15, Brian Neal wrote: On Wed, Mar 21, 2012 at 12:10 PM, Cooke, Mark wrote: On Wed, Mar 21, 2012 at 11:12 AM, Brian Neal wrote: I have solved my problem by copying libeay32.dll and ssleay32.dll from the Subversion\bin folder to C:\Python27\Lib\site-packages\libsvn folder. I go

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Brian Neal
On Wed, Mar 21, 2012 at 1:41 PM, Alagazam.net Subversion wrote: > > Do you have another libeay32.dll and ssleay32.dll in some other folder that > is before Subversion\bin in your path ? > If that's the case and these are older versions there might be trouble. > > /David a.k.a. Alagazam > Why yes,

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Thorsten Schöning
Guten Tag Brian Neal, am Mittwoch, 21. März 2012 um 20:14 schrieben Sie: > Is there anything that can be done to avoid a problem like that in the > future? Perhaps a note in the readme? I have noticed that Bitnami and > Collabnet dump all the SVN and Python binding DLL's into the same > folder. I'

Re: Problem with Python bindings to SVN 1.7.4 on Windows

2012-03-21 Thread Alagazam.net Subversion
On 2012-03-21 20:14, Brian Neal wrote: On Wed, Mar 21, 2012 at 1:41 PM, Alagazam.net Subversion wrote: Do you have another libeay32.dll and ssleay32.dll in some other folder that is before Subversion\bin in your path ? If that's the case and these are older versions there might be trouble. /D

Using info2 in perl

2012-03-21 Thread Jim Searle
I am currently using the perl api info and diff_summarize methods, but I need to switch to info2 and diff_summarize2 since they support the 'depth' option. But I can't figure out the correct syntax, does anyone have an example? Thanks, Jim

Re: Using info2 in perl

2012-03-21 Thread Daniel Shahaf
Jim Searle wrote on Wed, Mar 21, 2012 at 16:03:05 -0700: > I am currently using the perl api info and diff_summarize methods, but > I need to switch to info2 and diff_summarize2 since they support the > 'depth' option. But I can't figure out the correct syntax, does > anyone have an example? > %