Re: assertion failed (opt || SVN_IS_VALID_REVNUM(rev))

2012-04-23 Thread 'Daniel Shahaf'
[Forwarding backto the list; please ensure it's CCed on replies.[ Gegerson, Jamie Mr CTR USA USACE wrote on Mon, Apr 23, 2012 at 14:03:52 -0400: > I tried checking out a new copy of the repository to a new directory and got > the exact same error when trying to show the date range in Tortoise show

svn2cl package, was Re: Updates to subversion-1.6.18-srpms, subversion-1.7.4-srpms, and svn2cl-0.13-srpms on github

2012-04-23 Thread Nico Kadel-Garcia
Along with the 1.6.18 and 1.7.4 SRPM toolkits, I've published an "svn2cl" SRPM packagong kit at: https://github.com/nkadel/svn2cl-0.13-srpm This is because Subversion 1.7.4 discarded the "contrib" directory in the tarballs, and the svn2cl that was previously included was rather out of date. T

Re: Using info2 in perl

2012-04-23 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Apr 24, 2012 at 01:34:16 +0300: > (Obligatory invitation for you to want to write a patch that exposes > svn_wc_status_func2_t to the Perl bindings goes here.) And thanks, etc. I'm just a bit too tired for the full boilerplate right now :-/ > > http://subversion.apac

Re: Using info2 in perl

2012-04-23 Thread Daniel Shahaf
(Obligatory invitation for you to want to write a patch that exposes svn_wc_status_func2_t to the Perl bindings goes here.) http://subversion.apache.org/patches Jim Searle wrote on Mon, Apr 23, 2012 at 11:42:33 -0700: > Thanks. Yes, it does look like svn_wc_status_func_t is ifdef'ed out > for pe

Re: Svn Error

2012-04-23 Thread Ryan Schmidt
On Apr 23, 2012, at 13:48, Madhav Mohan wrote: > I have just started learning about the tools to start contributing to open > source. I had installed svn through apt get in ubuntu 10.04 but when I try > to commit anything to the repository i get this error > > Error: Commit failed (details foll

Fwd: Svn Error

2012-04-23 Thread Madhav Mohan
Hi Guys I have just started learning about the tools to start contributing to open source. I had installed svn through apt get in ubuntu 10.04 but when I try to commit anything to the repository i get this error Error: Commit failed (details follow): Error: Commit blocked by pre-commit hook (exi

Re: Using info2 in perl

2012-04-23 Thread Jim Searle
Thanks. Yes, it does look like svn_wc_status_func_t is ifdef'ed out for perl bindings. So, I assumed it was an issue with the perl bindings, and reported it to Alien-SVN, but I was told it needs to be reported to subversion. I tried to find if this is a known issue, but can not seem to find one.

Re: assertion failed (opt || SVN_IS_VALID_REVNUM(rev))

2012-04-23 Thread Daniel Shahaf
Gegerson, Jamie Mr CTR USA USACE wrote on Mon, Apr 23, 2012 at 11:52:06 -0400: > Sending this in because the most recent reference to this failed assertion > occurs in 2010. > > > > Got the following exception when trying to show a revision log range by date > from 2012/01/01 to 2012/04/23. I

Trouble with shared object so file with svn_load_dirs.pl

2012-04-23 Thread Yves Martin
Hello, I try to use svn_load_dirs.pl to update my vendor branch on Linux with svn 1.7.4. I got latest version from http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svn_load_dirs Everything seems to be OK, except for one file - a Unix binary .so executable file - the script d

AW: Corrupt working copies with Subversion 1.7.4 in VMWare with shared folders (two svn processes; malformed sqlite database)

2012-04-23 Thread Markus Schaber
Hi, Florian, Von: Florian Kolter [mailto:f...@floriankolter.de] > > > since upgrading svn from 1.6.16 (TortoiseSVN 1.6.15) to 1.7.4 > > > (TortoiseSVN > > > 1.7.6) my working copies are very often corrupted and clean up can't > > > recover them. Unfortunately this happens sporadically and I can't

Re: Corrupt working copies with Subversion 1.7.4 in VMWare with shared folders (two svn processes; malformed sqlite database)

2012-04-23 Thread Florian Kolter
Hi Markus, * Markus Schaber [2012-04-23 14:53]: > Hi, Florian, > > Von: Florian Kolter [mailto:f...@floriankolter.de] > > > > since upgrading svn from 1.6.16 (TortoiseSVN 1.6.15) to 1.7.4 (TortoiseSVN > > 1.7.6) my working copies are very often corrupted and clean up can't > > recover them. Unfo

AW: Corrupt working copies with Subversion 1.7.4 in VMWare with shared folders (two svn processes; malformed sqlite database)

2012-04-23 Thread Markus Schaber
Hi, Florian, Von: Florian Kolter [mailto:f...@floriankolter.de] > > since upgrading svn from 1.6.16 (TortoiseSVN 1.6.15) to 1.7.4 (TortoiseSVN > 1.7.6) my working copies are very often corrupted and clean up can't > recover them. Unfortunately this happens sporadically and I can't > reproduce it

Corrupt working copies with Subversion 1.7.4 in VMWare with shared folders (two svn processes; malformed sqlite database)

2012-04-23 Thread Florian Kolter
Hello, since upgrading svn from 1.6.16 (TortoiseSVN 1.6.15) to 1.7.4 (TortoiseSVN 1.7.6) my working copies are very often corrupted and clean up can't recover them. Unfortunately this happens sporadically and I can't reproduce it with a demo repository. But maybe you have an idea. I'm working ins

RE: Externals using absolute path on Windows

2012-04-23 Thread David Hickman
-Original Message- The issue was fixed by making Windows behave like Unix and so give an "invalid property" error rather than an assert. Adding support for absolute paths is not currently planned due to the security issue. -- Philip Ah ok, it was my interpretation of the bu

Re: Externals using absolute path on Windows

2012-04-23 Thread Philip Martin
David Hickman writes: > David Hickman writes: > >> Is anyone aware of any work arounds for issue number 4073? I guess >> using relative paths is likely to work but that would require changes >> to a number of our projects that we would rather not tackle at this >> time. Are there any specia

RE: Externals using absolute path on Windows

2012-04-23 Thread David Hickman
David Hickman writes: > Is anyone aware of any work arounds for issue number 4073? I guess > using relative paths is likely to work but that would require changes > to a number of our projects that we would rather not tackle at this > time. Are there any special characters or special method

Re: Externals using absolute path on Windows

2012-04-23 Thread Philip Martin
David Hickman writes: > Is anyone aware of any work arounds for issue number 4073? I guess > using relative paths is likely to work but that would require changes > to a number of our projects that we would rather not tackle at this > time. Are there any special characters or special methods of

RE: Externals using absolute path on Windows

2012-04-23 Thread David Hickman
on Mon, Apr 23, 2012 at 6:59 AM, David Hickman mailto:david.hick...@audleytravel.com>> wrote: Hi All, I'm trying to make a plan for migrating some of our source code to SVN and am looking at using externals to deal with some of our code that is shared between libraries. In doing this I have co

RE:

2012-04-23 Thread Piet Arickx
Ok, thank you, I'm new to this support (sorry about the misconduct). I have found the option in the Tortoise Gui in the meantime. -Original Message- From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk] Sent: maandag 23 april 2012 13:35 To: Piet Arickx; users@subversion.apa

Re:

2012-04-23 Thread Giulio Troccoli
On 23/04/12 12:28, Piet Arickx wrote: Ok, I will try this later, the svn environment itself isn't installed yet, but thank you for your quick answer. We are actually testing and evaluating tortoise svn, do you know if it's possible to do the same thing using this gui ? Piet. Please do not t

Re:

2012-04-23 Thread Giulio Troccoli
On 23/04/12 12:20, Piet Arickx wrote: Is there any way to get all log messages between date x and date y. We would like to get an overview of all log messages between to the two dates, is this possible ? Use the --revision option with date in {}, e.g. svn log --revision{2012-01-01}:{20

Re: Externals using absolute path on Windows

2012-04-23 Thread Nico Kadel-Garcia
On Mon, Apr 23, 2012 at 6:59 AM, David Hickman < david.hick...@audleytravel.com> wrote: > Hi All, > > ** ** > > I’m trying to make a plan for migrating some of our source code to SVN and > am looking at using externals to deal with some of our code that is shared > between libraries. In doin

[no subject]

2012-04-23 Thread Piet Arickx
Is there any way to get all log messages between date x and date y. We would like to get an overview of all log messages between to the two dates, is this possible ?

Externals using absolute path on Windows

2012-04-23 Thread David Hickman
Hi All, I'm trying to make a plan for migrating some of our source code to SVN and am looking at using externals to deal with some of our code that is shared between libraries. In doing this I have come across the issue number 4073 (Assert on Windows absolute paths in svn:externals) which is p