Re: Keyword expansion on Unicode text files

2010-01-15 Thread Ulrich Eckhardt
On Thursday 14 January 2010, Ryan Schmidt wrote: On Jan 14, 2010, at 13:15, Harald-René Flasch wrote: what should I do in order to make keyword expansion on Unicode text files working (e.g. .inf files)? - BOM is FF FE (used Notepad Save As -- Unicode to create the file) - There is only

way of feature request

2010-01-15 Thread Claudius Sailer
Hi, what is the way or what is the best way, when I want to add a feature request? What I am looking for. IMHO I can find in OS Unix, Linux, Windows, MacOS X for every file the creation date, modification date and last touch date and I want (feature request) that these informations are stored

RE: Keyword expansion on Unicode text files

2010-01-15 Thread Harald-René Flasch
Thank you for your response! It shouldn't be a unresolvable programming issue to support keyword expansion for Unicode text files? --hfrmobile Subject: Re: Keyword expansion on Unicode text files From: subversion-20...@ryandesign.com Date: Thu, 14 Jan 2010 16:02:32 -0600 CC:

Re: way of feature request

2010-01-15 Thread Stefan Sperling
On Fri, Jan 15, 2010 at 09:25:56AM +0100, Claudius Sailer wrote: Hi, what is the way or what is the best way, when I want to add a feature request? What I am looking for. IMHO I can find in OS Unix, Linux, Windows, MacOS X for every file the creation date, modification date and last

Antwort: Re: way of feature request

2010-01-15 Thread Claudius Sailer
Hi, I thought this is only for ModificationDate ;-)) by Claudius Landesbank Baden-Wuerttemberg Anstalt des oeffentlichen Rechts Hauptsitze: Stuttgart, Karlsruhe, Mannheim, Mainz HRA 12704 Amtsgericht Stuttgart | || |

RE: sync bug - corrupted proxy repo

2010-01-15 Thread Jon Foster
Hi, Ryan Schmidt wrote: But Subversion blocks the commit until the post-commit is done. That particular SVN client will be blocked. But if you have two users committing at the same time, or if a user runs svn twice in parallel, then the post-commit hook will be run in parallel. Here's how I

Re: sync bug - corrupted proxy repo

2010-01-15 Thread Johan Corveleyn
On Fri, Jan 15, 2010 at 12:08 PM, Jon Foster jon.fos...@cabot.co.uk wrote: Hi, Ryan Schmidt wrote: But Subversion blocks the commit until the post-commit is done. That particular SVN client will be blocked.  But if you have two users committing at the same time, or if a user runs svn twice

Re: Subversion queries hanging, timing out

2010-01-15 Thread Andrey Repin
Greetings, Dave Purrington! Lately we have been experiencing intermittent timeouts with our Subversion operations. It does not happen initially, but after a while it starts happening. Restarting Apache alleviates the problem, but it comes back after a time. As you can imagine, this wreaks

Re: Subversion queries hanging, timing out

2010-01-15 Thread Dave Purrington
Kudos! The module needs some TLC, I'm sure people will appreciate the work. Unfortunately, we've moved away from it and will not be moving back. It's too disruptive to my repo user community to keep changing our auth strategy. I wish you well! -dave On Fri, Jan 15, 2010 at 9:50 AM, Andrey

Post-commit hook recipes?

2010-01-15 Thread Peter Ruprecht
Hi, I've been looking for a collection of example post-commit hook scripts without much luck. If anyone knows of a good one, can you please point me in the right direction? If I can avoid reinventing some wheels, that would be great. In particular, at the moment I'm looking for a

Re: Post-commit hook recipes?

2010-01-15 Thread Rob van Oostrum
http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/ On Fri, Jan 15, 2010 at 11:34 AM, Peter Ruprecht rupr...@jilau1.colorado.edu wrote: Hi, I've been looking for a collection of example post-commit hook scripts without much luck. If anyone knows of a good one, can you please

Errors while checking out large directory

2010-01-15 Thread Andy Levy
I've found several references to this problem via Google the list archives, but never any answers. When checking out from *some* clients (one in particular), I get the following errors in my Apache error log on a regular basis: [Fri Jan 15 12:33:57 2010] [error] [client IP] Provider encountered

How to make an encrypted svnsynced repository

2010-01-15 Thread Ton Boelens
Hi, At the moment, my SVN repository is snvsynced to a server in another location. I would like to make this remote repository encrypted on the file level, so that even somebody who has physically access to this server, cannot read the contents of the files. I have searched in the svn manual,

Re: How to make an encrypted svnsynced repository

2010-01-15 Thread Alec Kloss
On 2010-01-15 22:23, Ton Boelens wrote: Hi, At the moment, my SVN repository is snvsynced to a server in another location. I would like to make this remote repository encrypted on the file level, so that even somebody who has physically access to this server, cannot read the contents of the

Re: Keyword expansion on Unicode text files

2010-01-15 Thread Rob van Oostrum
2010/1/15 Ulrich Eckhardt eckha...@satorlaser.com On Thursday 14 January 2010, Ryan Schmidt wrote: On Jan 14, 2010, at 13:15, Harald-René Flasch wrote: what should I do in order to make keyword expansion on Unicode text files working (e.g. .inf files)? - BOM is FF FE (used Notepad

Re: Keyword expansion on Unicode text files

2010-01-15 Thread Ryan Schmidt
On Jan 15, 2010, at 03:07, Harald-René Flasch wrote: It shouldn't be a unresolvable programming issue to support keyword expansion for Unicode text files? I agree, it shouldn't be unresolvable. But at present it is unresolved.

Re: How to make an encrypted svnsynced repository

2010-01-15 Thread Ton Boelens
On Fri, Jan 15, 2010 at 03:37:19PM -0600, Alec Kloss wrote: On 2010-01-15 22:23, Ton Boelens wrote: Hi, At the moment, my SVN repository is snvsynced to a server in another location. I would like to make this remote repository encrypted on the file level, so that even somebody who has