Re: svndumpfilter does not exclude some files

2012-10-14 Thread Jason Heeris
Okay, I managed to cheat a bit, so I'm sharing my workaround here. In my includes file, I used the form: /specs*01234* ...and for the directories: /results/RST-0001 (v0.01) #001* ...and now everything seems to be expunged that should be. I have no idea why the original form doesn't work, m

svndumpfilter does not exclude some files

2012-10-14 Thread Jason Heeris
I am trying to use svndumpfilter to remove specific files and directories from a repository dump, but I can't seem to remove all of them. Some of the files are, for example: /specs/[01234] product x spec.pdf There are other files in other top-level directories, but they all have that "[x]"

Re: Extremely slow checkout on a large repository

2012-10-14 Thread Johan Corveleyn
On Sun, Oct 14, 2012 at 3:06 AM, Bai Wei wrote: > Hi Andy, Thank you for your prompt reply. > > I found the performance problem was caused by 21406 files inside a single > folder, total size of this folder > is 255M. (sorry for this bad layout, but this is not in my control) ... > Client side: >

Re: Missing dll files

2012-10-14 Thread Alagazam.net Subversion
On 2012-10-14 10:20, Steven Venter wrote: Hi Windows 7 64 XAMPP 1.8.0 WebSVN 2.3.3 SVN Server 1.7.6 (http://alagazam.net/) I installed WebSVN 2.3.3 but had a number of issues with missing dll files. I was able to resolve most of these issues except for MSVCR80.dll. I download this dll and ins

Re: svn_client_cat2 without keywords expansion

2012-10-14 Thread Stefan Sperling
On Sun, Oct 14, 2012 at 12:58:37PM +1000, Peter Johansson wrote: > Hello, > > I'm writing an application working on SVN WCs in which it would > convenient if we could access the content of a file at specific > revisions. I tried 'svn_client_cat2' but noticed that is expands > svn::keywords such as

Re: Missing dll files

2012-10-14 Thread Thorsten Schöning
Guten Tag Steven Venter, am Sonntag, 14. Oktober 2012 um 10:20 schrieben Sie: > Has anyone had simmilar issues and if so how did they resolve them? Did you try to use the Subversion client stand alone on a console without WebSVN etc.? I doubt you really need additional DLLs, I use WebSVN, too, an

svn_client_cat2 without keywords expansion

2012-10-14 Thread Peter Johansson
Hello, I'm writing an application working on SVN WCs in which it would convenient if we could access the content of a file at specific revisions. I tried 'svn_client_cat2' but noticed that is expands svn::keywords such as '$Id$'. I wonder if there is a way to turn off this expansion through t