[no subject]

2013-12-04 Thread sbremal

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Ryan Schmidt
On Dec 4, 2013, at 06:00, Cooke, Mark wrote: I would like to include the svn revision number in my project's version info but I am confused by the results of svnversion. I want the version number of a tagged tree to always be the same (i.e. the last commit to the tag) but if the tag is

RE: Why does `svnversion -c` give me a range?

2013-12-04 Thread Bob Archer
Hi Folks, I would like to include the svn revision number in my project's version info but I am confused by the results of svnversion. I want the version number of a tagged tree to always be the same (i.e. the last commit to the tag) but if the tag is to be rebuilt using a fresh checkout

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Ryan Schmidt
Remember to Reply All so the discussion stays on the mailing list. On Dec 4, 2013, at 07:52, Cooke, Mark wrote: -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: 04 December 2013 12:15 On Dec 4, 2013, at 06:00, Cooke, Mark wrote: I would like

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 04, 2013 at 06:14:33 -0600: On Dec 4, 2013, at 06:00, Cooke, Mark wrote: I would like to include the svn revision number in my project's version info but I am confused by the results of svnversion. I want the version number of a tagged tree to always be

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 04, 2013 at 10:06:02 -0600: `svnversion` recursively scans the working copy. `svn info` operates on the current directory only. In case it's not clear: 'svn info' operates on the current directory *node* only; it's like stat ./, not like ls ./. That is, if

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
On Wed, 25 Jul 2012 11:17:55 -0500 Justin Johnson jus...@justinjohnson.io wrote: The command svn log -vg is not returning merge info when I execute the command while sitting in a working copy of the root level of a repository or when I pass in the URL to the root level of root level on the

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Philip Martin
Henrik Carlqvist hc...@poolhem.se writes: On Wed, 25 Jul 2012 11:17:55 -0500 Justin Johnson jus...@justinjohnson.io wrote: The command svn log -vg is not returning merge info when I execute the command while sitting in a working copy of the root level of a repository or when I pass in the

Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi, I am not currently a member of this list, so please cc me on any replies to this message. Thanks. We are using svn version 1.6.11 in a linux cluster running CentOS 6.2. We have been using svn for several years. Last week we rebooted the NAS server which hosts the disk where (among other

Linux svn clients 1.7 have issues operating on WC which physically lives on Windows shares

2013-12-04 Thread Adam Daughterson
Prior to upgrading to WanDisco svn client 1.7.x I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error when trying to do a fresh checkout: me@here:tmp$ svn co http://myThing/trunk myThing *svn: E200030: sqlite[S22]: large

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
Thanks for your quick reply! Log on ^/ shows all revisions; adding -g includes no more revisions. Yep, that is the problem. IMHO the flag -g should also give output which shows merge information, not only on deeper levels but also on the root level of the repository. I can understand if most

Re: Unable to open repository following reboot

2013-12-04 Thread Henrik Carlqvist
Last week we rebooted the NAS server which hosts the disk where (among other things) our svn repositories reside, in order to enable quotas on that disk. Since that time, we have been unable to work with these repositories. We see the following error messages -

Re: Linux svn clients 1.7 have issues operating on WC which physically lives on Windows shares

2013-12-04 Thread Ben Reser
On 12/4/13 12:59 PM, Adam Daughterson wrote: Prior to upgrading to WanDisco svn client 1.7.x I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error when trying to do a fresh checkout: me@here:tmp$ svn co

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Henrik, Last week we rebooted the NAS server which hosts the disk where (among other things) our svn repositories reside, in order to enable quotas on that disk. Since that time, we have been unable to work with these repositories. We see the following error messages

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 4:06 PM, Pat Haley pha...@mit.edu wrote: svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error svn: disk I/O error Sorry that I forgot to mention it in my original Email, but yes I can look in the directory, and I seem

Re: Linux svn clients 1.7 have issues operating on WC which physically lives on Windows shares

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 4:05 PM, Ben Reser b...@reser.org wrote: On 12/4/13 12:59 PM, Adam Daughterson wrote: Prior to upgrading to WanDisco svn client 1.7.x I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error when

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Les, On Wed, Dec 4, 2013 at 4:06 PM, Pat Haley pha...@mit.edu wrote: svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error svn: disk I/O error Sorry that I forgot to mention it in my original Email, but yes I can look in the directory,

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 4:31 PM, Pat Haley pha...@mit.edu wrote: How about 'svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper'? No, that also fails mseas(MeanAvg)% svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper svnadmin: disk I/O error svnadmin: disk I/O error So, I'm

Re: Unable to open repository following reboot

2013-12-04 Thread Ben Reser
On 12/4/13 12:52 PM, Pat Haley wrote: - (trying local access) - mseas(PaperWork)% svn update svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Les, On Wed, Dec 4, 2013 at 4:31 PM, Pat Haley pha...@mit.edu wrote: How about 'svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper'? No, that also fails mseas(MeanAvg)% svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper svnadmin: disk I/O error svnadmin: disk I/O error

Re: Unable to open repository following reboot

2013-12-04 Thread Pat Haley
Hi Ben, On 12/4/13 12:52 PM, Pat Haley wrote: - (trying local access) - mseas(PaperWork)% svn update svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/phaley/Papers/2011/ArpitVel/SvnPaper' svn: disk I/O error

Re: Linux svn clients 1.7 have issues operating on WC which physically lives on Windows shares

2013-12-04 Thread Adam Daughterson
On Wednesday, December 4, 2013 3:05:37 PM UTC-7, Ben Reser wrote: On 12/4/13 12:59 PM, Adam Daughterson wrote: Prior to upgrading to WanDisco svn client 1.7.x I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error

Re: Unable to open repository following reboot

2013-12-04 Thread David Chapman
On 12/4/2013 5:20 PM, Pat Haley wrote: You can cause strace to write to a file with -o myoutputfile So if you want to post I'd do: strace -o myoutputfile -s 0 svnadmin verify /home/phaley/Papers/2011/ArpitVel/SvnPaper That line is complaining about a stale file handle: fcntl(3, F_SETLK,

Re: Unable to open repository following reboot

2013-12-04 Thread Les Mikesell
On Wed, Dec 4, 2013 at 7:09 PM, Pat Haley pha...@mit.edu wrote: One thing that didn't stand out in my original Email was the reason for the reboot. We turned quotas on. Would svn react poorly to this? Only on a write that exceeds quota. It is a generic linux box. However doing dmesg

SQLite appears to be compiled without large file support

2013-12-04 Thread Adam Daughterson
Prior to upgrading to WanDisco's 1.7.14 client, I was able to operate on working copies which physically live on Windows shares. After the upgrade, I get the following error when trying to do a fresh checkout: me@here:tmp$ svn co http://myThing/trunk myThing svn: E200030: sqlite[S22]: large

Issue - SVN cannot create SASL context

2013-12-04 Thread John
After many hours of apparently pointless googling, I hope to get an answer here. I asked a question on unix.stackexchange.com which essentially outlines my problem: http://unix.stackexchange.com/questions/103714/svn-failing-to-create-sasl-context Here is the text of that question:

Re: SQLite appears to be compiled without large file support

2013-12-04 Thread David Kelly
On Dec 4, 2013, at 7:54 PM, Adam Daughterson adam.daughter...@dothill.com wrote: The really interesting part is that the db file is only 119k, so that's nice and weird... me@here:myThing$ ls -alh .svn total 144K drwxr-xr-x 4 adaughterson adaughterson 4.0K 2013-12-02 15:42 . drwxr-xr-x