RE: Strange meta-data problem when checking out

2010-12-10 Thread Giulio Troccoli
Linedata Limited Registered Office: 85 Gracechurch St., London, EC3V 0AA Registered in England and Wales No 3475006 VAT Reg No 710 3140 03 -Original Message- From: Jochen Wuttke [mailto:wutt...@usi.ch] Sent: 10 December 2010 11:03 To: users@subversion.apache.org Subject: Strange

Client error when doing server side proplist

2010-12-10 Thread Daniel Widenfalk
Hi all, When doing a server side proplist I get the following diagnostic message: svn pl -R http://full-path-to-repo/Proja/trunk/ExecShell.cpp svn: PROPFIND of '/path-to-repo/!svn/bc/1370/ProjA/trunk/ExecShell.c pp': 207 Multi-Status (http://name-of-server) I only get this for a few files.

Re: Periodically merge between trunk-branch and branch-trunk

2010-12-10 Thread B Smith-Mannschott
On Thu, Dec 9, 2010 at 20:27, Kris Deugau kdeu...@vianet.ca wrote: Daniel Albuschat wrote: I'd like to create a branch from trunk and periodically merge trunk into my branch to stay up to date with what happens in trunk. At some point, the feature in my branch reaches a kind of stability

RE: SVN Statistics

2010-12-10 Thread Chris Evans
-Original Message- From: Gavin Beau Baumanis [mailto:b...@palcare.com.au] Sent: 10 December 2010 04:46 To: Subversion Users Subject: SVN Statistics Hi Everyone, I have been asked for some statistics about our code base and am hoping that someone might have had a task for

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
You could make a git clone of your Subversion repository. git log --numstat shows the lines added and deleted per commit (revision). Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Fri, Dec 10, 2010 at 1:15 PM,

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
On another note, I see you have a jar from SF which does almost what you want. Why not checkout their code and let it do exactly what you want? I guess somewhere in there is a starting revision, which you can change. If you don't know Java, send me the projectname and I can have a look. Hth,

Re: Strange meta-data problem when checking out

2010-12-10 Thread Jochen Wuttke
The server and client are running version 1.6.6. The server is running CentOS, client is Mac with the commandline client. The command was as expected: svn checkout https://my_url On Dec 10, 2010, at 12:34 PM, Giulio Troccoli wrote: Linedata Limited Registered Office: 85 Gracechurch

Re: Strange meta-data problem when checking out

2010-12-10 Thread Les Mikesell
On 12/10/10 7:33 AM, Jochen Wuttke wrote: The server and client are running version 1.6.6. The server is running CentOS, client is Mac with the commandline client. The command was as expected: svn checkout https://my_url If it is something on the CentOS side, strange permission issues can

Re: Strange meta-data problem when checking out

2010-12-10 Thread Jochen Wuttke
Some serious digging and delving identified the problem: A user did the following command sequence: svn add Prospectus.tex svn ci mv Prospectus.tex prospectus.tex svn add prospectus.tex svn ci Now, because by default HFS does not distinguish between the two filenames, but svn does, it tried

svn:externals not merged across branches

2010-12-10 Thread Marcel Loose
Hi all, Today I encountered the problem that svn:externals are not merged across branches. That is to say, I had done development on a branch, introduced a couple of svn:externals on that branch and when everything was to my liking I merged the development branch with the trunk. To my surprise,

Re: Periodically merge between trunk-branch and branch-trunk

2010-12-10 Thread Stefan Sperling
On Fri, Dec 10, 2010 at 01:09:45PM +0100, B Smith-Mannschott wrote: On Thu, Dec 9, 2010 at 20:27, Kris Deugau kdeu...@vianet.ca wrote: Daniel Albuschat wrote: I'd like to create a branch from trunk and periodically merge trunk into my branch to stay up to date with what happens in trunk.

Re: SVN Statistics

2010-12-10 Thread Kevin Grover
Check out StatSVN: http://www.statsvn.org/ Cheers. On Thu, Dec 9, 2010 at 20:46, Gavin Beau Baumanis b...@palcare.com.auwrote: Hi Everyone, I have been asked for some statistics about our code base and am hoping that someone might have had a task for something similar already, and will