Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Andrey Paramonov
On 13.10.2011 22:31, Ryan Schmidt wrote: On Oct 13, 2011, at 06:51, Andrey Paramonov wrote: I believe Subversion can automagically translate line ending sequences when transferring data to and from server. I use Windows, so I have CRLF sequences at the ends of the lines in my working copy. Th

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Thanks for your ACK. Any hint? Cheers, -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Thursday, October 13, 2011 2:35 PM To: Waseem Shahzad Cc: users@subversion.apache.org Subject: Re: Export files from Tortoise SVN On Oct 13, 2011, at 01:59, W

Error running configure for subversion 1.7.0

2011-10-13 Thread Ed Hillmann
Hi all. I'm trying to build svn 1.7.0 on a Solaris 9 box, using gcc v 4.1.1. I've already downloaded and built APR and APR-UTIL, and am passing their install directories to the configure command using --with-apr and --with-apr-util. They seemed to compile and install without an error. When I ru

Re: Migrating files between two repositories without admin rights and preserving history

2011-10-13 Thread Lorenz
Daniel Shahaf wrote: >Lorenz wrote on Thu, Oct 13, 2011 at 15:22:30 +: >> [...] >> anyways, I just read elsethread that dumpfilter does not work with the >> dump format version that 1.7 uses. > >You misunderstood. > >svndumpfilter does not work with format 3 dumpfiles, produced by >svnrdump and

memory-leak - svn::repos instances are not destroyed properly

2011-10-13 Thread Max Voit
Hi, developing an application dealing with many repositories the existence of paths within that repositories had to be checked. Using something like: my $repos = SVN::Repos::open($localpath) or die "no such repo"; my $fs= $repos->fs; $ispath = $repos->fs->revision_root( $f

mergeinfo --show-revs eligible (is there a shorthand?)

2011-10-13 Thread Talden
Is there a short-hand for listing eligible revisions in a mergeinfo query? To avoid expensive (sometimes several minutes on <1.7) empty merge calls, it is handy to find out whether merge would actually do anything - the current command-line is pretty verbose for the task though (needless to say I'

Re: Subversion 1.7 and 'relocate'

2011-10-13 Thread Talden
On Fri, Oct 14, 2011 at 1:12 PM, Stefan Sperling wrote: > On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote: >> Was there a reason that 'svn relocate' was designed to not just switch >> the containing working copy when you're in a sub-folder of it? > > See http://svn.haxx.se/users/archive-201

Re: Subversion 1.7 and 'relocate'

2011-10-13 Thread Stefan Sperling
On Fri, Oct 14, 2011 at 01:08:28PM +1300, Talden wrote: > Was there a reason that 'svn relocate' was designed to not just switch > the containing working copy when you're in a sub-folder of it? See http://svn.haxx.se/users/archive-2011-10/0134.shtml

Subversion 1.7 and 'relocate'

2011-10-13 Thread Talden
Was there a reason that 'svn relocate' was designed to not just switch the containing working copy when you're in a sub-folder of it? If my current folder is c:\work\foo\bar and my working copy is rooted at c:\work\foo I can't just 'svn relocate MIRROR_PREFIX MASTER_PREFIX'. Oh no, instead svn te

Re: checksum error upgrading working copy

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 05:02:16PM -0700, Mike Dixon wrote: > PS. It seems kind of unfortunate that stack traces aren't included > in the reports. I'd guess that that would help you figure out what's > going on better than relying on users to put in a useful text > description about what they were

Re: checksum error upgrading working copy

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 05:55:20PM -0500, Les Mikesell wrote: > On Thu, Oct 13, 2011 at 5:04 PM, Stefan Sperling wrote: > > The project has decided long ago to filter problem reports on the > > users mailing list. There are several reasons for this. > > See the big yellow box at http://subversion.

Re: checksum error upgrading working copy

2011-10-13 Thread Mike Dixon
On 10/13/2011 3:55 PM, Les Mikesell wrote: Isn't there a better place to recommend sending the error report than a user's mail list? The project has decided long ago to filter problem reports on the users mailing list. There are several reasons for this. See the big yellow box at http://subvers

Re: checksum error upgrading working copy

2011-10-13 Thread Les Mikesell
On Thu, Oct 13, 2011 at 5:04 PM, Stefan Sperling wrote: >> >> > We've been getting this report a lot lately. >> > Maybe it's time to add this to the FAQ? >> > >> > I also think we should change the assert into a proper error message. >> > >> >> Isn't there a better place to recommend sending the e

Re: checksum error upgrading working copy

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 04:50:45PM -0500, Les Mikesell wrote: > On Thu, Oct 13, 2011 at 10:02 AM, Stefan Sperling wrote: > > > > We've been getting this report a lot lately. > > Maybe it's time to add this to the FAQ? > > > > I also think we should change the assert into a proper error message. >

Re: checksum error upgrading working copy

2011-10-13 Thread Les Mikesell
On Thu, Oct 13, 2011 at 10:02 AM, Stefan Sperling wrote: > > We've been getting this report a lot lately. > Maybe it's time to add this to the FAQ? > > I also think we should change the assert into a proper error message. > Isn't there a better place to recommend sending the error report than a u

Re: Applying missing or incorrect 'auto-props' in Subversion 1.7

2011-10-13 Thread Talden
On Fri, Oct 14, 2011 at 10:28 AM, Stefan Sperling wrote: > On Fri, Oct 14, 2011 at 10:15:04AM +1300, Talden wrote: >> On Fri, Oct 14, 2011 at 7:35 AM, Ryan Schmidt >> wrote: >> > >> > On Oct 12, 2011, at 16:35, Talden wrote: >> > >> >> Is anyone aware of an alternative to svnprops.py (or an updat

Re: Applying missing or incorrect 'auto-props' in Subversion 1.7

2011-10-13 Thread Stefan Sperling
On Fri, Oct 14, 2011 at 10:15:04AM +1300, Talden wrote: > On Fri, Oct 14, 2011 at 7:35 AM, Ryan Schmidt > wrote: > > > > On Oct 12, 2011, at 16:35, Talden wrote: > > > >> Is anyone aware of an alternative to svnprops.py (or an updated > >> version) that works with Subversion 1.7 (and on Windows)?

Re: Applying missing or incorrect 'auto-props' in Subversion 1.7

2011-10-13 Thread Talden
On Fri, Oct 14, 2011 at 7:35 AM, Ryan Schmidt wrote: > > On Oct 12, 2011, at 16:35, Talden wrote: > >> Is anyone aware of an alternative to svnprops.py (or an updated >> version) that works with Subversion 1.7 (and on Windows)? > > svnprops.py doesn't work with 1.7? What happens? The version I ha

Re: Subversion server related queries

2011-10-13 Thread Ryan Schmidt
On Oct 13, 2011, at 10:58, Nrupen Kantamneni wrote: > I am planning to have subversion deployed as a version control tool and would > like few suggestions and clarifications on the same > Does subversion support the server replication method meaning the backup > server will be up and running wit

Re: Applying missing or incorrect 'auto-props' in Subversion 1.7

2011-10-13 Thread Ryan Schmidt
On Oct 12, 2011, at 16:35, Talden wrote: > Is anyone aware of an alternative to svnprops.py (or an updated > version) that works with Subversion 1.7 (and on Windows)? svnprops.py doesn't work with 1.7? What happens?

Re: Export files from Tortoise SVN

2011-10-13 Thread Ryan Schmidt
On Oct 13, 2011, at 01:59, Waseem Shahzad wrote: > I am trying to get the only changed files in the revision. I am using this .. > > svn export -r 2 "svnrepository" destination > > This command Is getting all the files including changed files. > Below concept is good for me but it doesn’t e

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Ryan Schmidt
On Oct 13, 2011, at 06:51, Andrey Paramonov wrote: >>> I believe Subversion can automagically translate line ending sequences when >>> transferring data to and from server. I use Windows, so I have CRLF >>> sequences at the ends of the lines in my working copy. The question is: >>> what is the

Trying to revert

2011-10-13 Thread Nyquist, David
In the commit dialog I noticed a file I wanted to revert back. When I clicked Revert I got the following error message. I'm running 64bit of Tortoise SVN under Windows 7 64bit. Also running the cleanup on the folder showed the same error message. --- Subversion Excep

Re: Migrating files between two repositories without admin rights and preserving history

2011-10-13 Thread Daniel Shahaf
Lorenz wrote on Thu, Oct 13, 2011 at 15:22:30 +: > wrote: > >Thanks for your reply. Do you know if I need to have both SVN 1.7 > >on the client and server side, or is just enough with the client? > > I don't think so > > anyways, I just read elsethread that dumpfilter does not work with the

RE: Assertion Failed: workqueue.c

2011-10-13 Thread Patrick Quirk
>>> So now we want to see the nodes row for each of those four paths: >>> >>> sqlite3 .svn/wc.db "select * from nodes where >>> local_relpath='X/MONSTER.FMX/MONSTER.FMX.csproj'" >>> sqlite3 .svn/wc.db "select * from nodes where >>> local_relpath='X/MONSTER.FMX/Boxes/gbFMXDisplay.resx'" >>> sqlite

Re: your mail

2011-10-13 Thread Andreas Krey
On Thu, 13 Oct 2011 15:37:35 +, David Scherr wrote: ... > with as much information as possible about what > you were trying to do. > But please first search the mailing list archives for the error message > to avoid reporting the same problem re

Subversion server related queries

2011-10-13 Thread Nrupen Kantamneni
Hi, I am planning to have subversion deployed as a version control tool and would like few suggestions and clarifications on the same Does subversion support the server replication method meaning the backup server will be up and running with a less downtime required with all the data up-to date?

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
I am surprised that If Tortoise SVN given an option to 'Export' that get Only delta of that revision and 'Save revision to' in 'Show log' option. Why there is no alternative command of these two options in subversion. Cheers, -Original Message- From: Waseem Shahzad Sent: Thursday,

Re: Assertion Failed: workqueue.c

2011-10-13 Thread Philip Martin
Patrick Quirk writes: Is the sqlite3 utility readily available on Windows? If it is then run: sqlite3 .svn/wc.db "select * from work_queue" >>> >>> Yep, here's the output: >>> 79|(file-install X/MONSTER.FMX/MONSTER.FMX.csproj 1 0 1 1) >>> 80|(file-install X/MONSTER.FMX/Boxes/gbFMXDisp

[no subject]

2011-10-13 Thread David Scherr
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list (users@subversion.apache.org) with as much information as possible about what you were trying to do. But please

Re: checksum error upgrading working copy

2011-10-13 Thread Hyrum K Wright
On Thu, Oct 13, 2011 at 10:39 AM, Philip Martin wrote: > Hyrum K Wright writes: > >> Another option might be to run a pre-upgrade check to ensure this type >> of error doesn't exist, before we irrevocably upgrade (and potentially >> hose) the working copy. > > This is happening during upgrade so

Re: checksum error upgrading working copy

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 04:29:03PM +0100, Philip Martin wrote: > In this particular case one of the checksum values in one of the > .svn/entries files doesn't match the checksum of the corresponding file > in .svn/text-base. The incorrect checksum won't show up as an error in > 1.6 until an update

Re: checksum error upgrading working copy

2011-10-13 Thread Philip Martin
Hyrum K Wright writes: > Another option might be to run a pre-upgrade check to ensure this type > of error doesn't exist, before we irrevocably upgrade (and potentially > hose) the working copy. This is happening during upgrade so the working copy remains a 1.6 working copy. -- Philip

Re: checksum error upgrading working copy

2011-10-13 Thread Hyrum K Wright
On Thu, Oct 13, 2011 at 10:29 AM, Philip Martin wrote: > Stefan Sperling writes: > >> On Thu, Oct 13, 2011 at 04:28:21PM +0200, Daniel Sparing wrote: >>> Dear fellow subversion users, >>> >>> as requested by the error message, i would like to report an error as >>> the following: >>> >>> ---8<---

Re: checksum error upgrading working copy

2011-10-13 Thread Philip Martin
Stefan Sperling writes: > On Thu, Oct 13, 2011 at 04:28:21PM +0200, Daniel Sparing wrote: >> Dear fellow subversion users, >> >> as requested by the error message, i would like to report an error as >> the following: >> >> ---8<--- >> In file >> >> 'D:\Development\SVN\Releases\TortoiseSVN-1.7

Re: checksum error upgrading working copy

2011-10-13 Thread Hyrum K Wright
On Thu, Oct 13, 2011 at 10:02 AM, Stefan Sperling wrote: > On Thu, Oct 13, 2011 at 04:28:21PM +0200, Daniel Sparing wrote: >> Dear fellow subversion users, >> >> as requested by the error message, i would like to report an error as >> the following: >> >> ---8<--- >> In file >>  'D:\Development\SV

Re: Migrating files between two repositories without admin rights and preserving history

2011-10-13 Thread Lorenz
wrote: >Thanks for your reply. Do you know if I need to have both SVN 1.7 >on the client and server side, or is just enough with the client? I don't think so anyways, I just read elsethread that dumpfilter does not work with the dump format version that 1.7 uses. >Any other way that doesn't in

'Native' LDAP support in svnserve

2011-10-13 Thread jimbobmcgee
It is my understanding (and experience) that, when running svnserve on Windows, SASL authentication to Active Directory cannot work, because SASL requires saslauthd for its LDAP support and saslauthd will not build in Windows. While this is obviously an issue for Cyrus/SASL, noone seems to be taki

RE: Assertion Failed: workqueue.c

2011-10-13 Thread Patrick Quirk
>>> Is the sqlite3 utility readily available on Windows? If it is then run: >>> sqlite3 .svn/wc.db "select * from work_queue" >> >> Yep, here's the output: >> 79|(file-install X/MONSTER.FMX/MONSTER.FMX.csproj 1 0 1 1) >> 80|(file-install X/MONSTER.FMX/Boxes/gbFMXDisplay.resx 1 0 1 1) >> 81|(file-

Re: Assertion Failed: workqueue.c

2011-10-13 Thread Philip Martin
Patrick Quirk writes: >> Is the sqlite3 utility readily available on Windows? If it is then run: >> sqlite3 .svn/wc.db "select * from work_queue" > > Yep, here's the output: > 79|(file-install X/MONSTER.FMX/MONSTER.FMX.csproj 1 0 1 1) > 80|(file-install X/MONSTER.FMX/Boxes/gbFMXDisplay.resx 1 0

Re: checksum error upgrading working copy

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 04:28:21PM +0200, Daniel Sparing wrote: > Dear fellow subversion users, > > as requested by the error message, i would like to report an error as > the following: > > ---8<--- > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_w

checksum error upgrading working copy

2011-10-13 Thread Daniel Sparing
Dear fellow subversion users, as requested by the error message, i would like to report an error as the following: ---8<--- In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\entries.c' line 1935: assertion failed (svn_checksum_match(entry_md5_checksum,

RE: Migrating files between two repositories without admin rights and preserving history

2011-10-13 Thread jose.nunez-zuleta
Lorenz, Thanks for your reply. Do you know if I need to have both SVN 1.7 on the client and server side, or is just enough with the client? Any other way that doesn't involve using brand new SVN? Thanks! --Jose -Original Message- From: Lorenz [mailto:loren...@yahoo.com] Sent: Wednes

RE: Assertion Failed: workqueue.c

2011-10-13 Thread Patrick Quirk
> Is this a working copy that you checked-out with the old 1.6 Tortoise > and upgraded to 1.7, or is it a working copy that you checked-out with > 1.7? This is a 1.6.17 working copy that was upgraded. > A text-conflict or a tree-conflict? Do you have any local modifications > to the working copy

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Andrey Paramonov
On 13.10.2011 15:54, Daniel Shahaf wrote: Andrey Paramonov wrote on Thu, Oct 13, 2011 at 15:51:46 +0400: On 13.10.2011 15:42, Stefan Sperling wrote: On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: On 13.10.2011 15:24, Daniel Shahaf wrote: No, it's a feature, showing that tho

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Daniel Shahaf
Andrey Paramonov wrote on Thu, Oct 13, 2011 at 15:51:46 +0400: > On 13.10.2011 15:42, Stefan Sperling wrote: > >On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: > >>On 13.10.2011 15:24, Daniel Shahaf wrote: > >>>No, it's a feature, showing that those lines are new in the > >>>local

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Andrey Paramonov
On 13.10.2011 15:42, Stefan Sperling wrote: On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: On 13.10.2011 15:24, Daniel Shahaf wrote: No, it's a feature, showing that those lines are new in the locally-modified version. You can do % svn blame file@BASE for the old behaviour.

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 01:42:08PM +0200, Stefan Sperling wrote: > On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: > > The new intended behavior seems very reasonable. However, the > > observed behavior is clearly a bug: I get "- -" for all lines, not > > just locally modified one

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Stefan Sperling
On Thu, Oct 13, 2011 at 03:37:36PM +0400, Andrey Paramonov wrote: > On 13.10.2011 15:24, Daniel Shahaf wrote: > >No, it's a feature, showing that those lines are new in the > >locally-modified version. You can do > >% svn blame file@BASE > >for the old behaviour. > > > > The new intended behavior

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Andrey Paramonov
On 13.10.2011 15:24, Daniel Shahaf wrote: No, it's a feature, showing that those lines are new in the locally-modified version. You can do % svn blame file@BASE for the old behaviour. The new intended behavior seems very reasonable. However, the observed behavior is clearly a bug: I get "- -

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Daniel Shahaf
No, it's a feature, showing that those lines are new in the locally-modified version. You can do % svn blame file@BASE for the old behaviour. Andrey Paramonov wrote on Thu, Oct 13, 2011 at 13:14:35 +0400: > Hello! > > To reproduce: > 0) Checkout a working copy. > 1) svn blame somefile. You will

[Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-13 Thread Andrey Paramonov
Hello! To reproduce: 0) Checkout a working copy. 1) svn blame somefile. You will get lines of somefile annotated with revision and committer. 2) Modify somefile. 3) svn blame somefile. You will get lines of somefile annotated with double hyphens -- revision and committer information not availa

Re: Subversion exception svn update

2011-10-13 Thread Andy Levy
On Thu, Oct 13, 2011 at 04:54, theresa merenkov wrote: > > I was using Tortoise SVN 1.6 and began having problems loading a file that > was 1gig up through the high speed internet provider I have Astound > broadband.  I think this is a network issue, because I get the same message, > if I'm upl

Re: bug report

2011-10-13 Thread Andy Levy
On Thu, Oct 13, 2011 at 00:12, A. Kudryashov wrote: > > In file >  'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\entries.c' >  line 1935: assertion failed (svn_checksum_match(entry_md5_checksum, >  found_md5_checksum)) > > If you'd read the whole error message

Subversion exception svn update

2011-10-13 Thread theresa merenkov
I was using Tortoise SVN 1.6 and began having problems loading a file that was 1gig up through the high speed internet provider I have Astound broadband.  I think this is a network issue, because I get the same message, if I'm uploading a large amount of data (could this

Re: Assertion Failed: workqueue.c

2011-10-13 Thread Philip Martin
Patrick Quirk writes: > I upgraded to 1.7 yesterday when the new version of Tortoise came out, > and used it with no issues last evening and today until I encountered > this assertion: > > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c' >

RE: Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Thanks for your reply. I have used the output of : svn diff --summarize Here I get. https:// ---/svn/demo/Integration WorkSpace/Database/S_1.txt https://---/svn/demo/Integration WorkSpace/Dlls/test2.txt when I put this output in command as: svn export -r 2 " https://--

Re: Export files from Tortoise SVN

2011-10-13 Thread Konstantin Kolinko
2011/10/13 Waseem Shahzad : > Hi > >    I am trying to get the only changed files in the revision. I am > using this .. > > > > svn export -r 2 "svnrepository"  destination > > > > This command Is getting all the files including changed files. > >  Below concept is good for me but it doesn’

Re: Log Entry with no details.

2011-10-13 Thread Konstantin Kolinko
2011/10/13 Jon Hardcastle : > Think you might be on to something there... I'll have to try it out.. then I > can sleep easy :) and not think it is corruption! > > On 7 October 2011 12:55, Neil Bird wrote: >> >> Around about 06/10/11 10:07, Jon Hardcastle typed ... >>> >>> I have an oddity I have n

Re: Log Entry with no details.

2011-10-13 Thread Jon Hardcastle
Think you might be on to something there... I'll have to try it out.. then I can sleep easy :) and not think it is corruption! On 7 October 2011 12:55, Neil Bird wrote: > Around about 06/10/11 10:07, Jon Hardcastle typed ... > > I have an oddity I have never seen before. I have a log entry when

Re: bug report

2011-10-13 Thread Thorsten Schöning
Guten Tag A. Kudryashov, am Donnerstag, 13. Oktober 2011 um 06:12 schrieben Sie: > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\entries.c' > line 1935: assertion failed (svn_checksum_match(entry_md5_checksum, > found_md5_checksum)) Bad thing. Mit freundl

Export files from Tortoise SVN

2011-10-13 Thread Waseem Shahzad
Hi I am trying to get the only changed files in the revision. I am using this .. svn export -r 2 "svnrepository" destination This command Is getting all the files including changed files. Below concept is good for me but it doesn't export. svn log -vr 2 svnrepository