Re: How to make an encrypted svnsynced repository

2010-01-15 Thread Ton Boelens
On Fri, Jan 15, 2010 at 04:35:08PM -0500, Andy Levy wrote: > On Fri, Jan 15, 2010 at 16: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 s

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 wh

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: Keyword expansion on Unicode text files

2010-01-15 Thread Rob van Oostrum
2010/1/15 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

RE: sync bug -> corrupted proxy repo

2010-01-15 Thread Andersen, Krista
Thank you Jon, for your explanation and workaround. Are there any "best practices" that we can advise our dev groups to follow to avoid this problem? Otherwise, your suggestions seem to indicate I would have to run the sync on a cronjob and not with the hook script. That is something we would

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 o

Re: How to make an encrypted svnsynced repository

2010-01-15 Thread Andy Levy
On Fri, Jan 15, 2010 at 16: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

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, wit

Re: Errors while checking out large directory

2010-01-15 Thread Mark Phippard
On Fri, Jan 15, 2010 at 3:08 PM, Andy Levy wrote: > 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

Re: Errors while checking out large directory

2010-01-15 Thread Andy Levy
On Fri, Jan 15, 2010 at 15:08, Andy Levy wrote: > 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 J

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

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 pl

RE: malformed file problem -- version 1.5.7

2010-01-15 Thread James D. Parra
> Is there a way that I can repair this? No idea, sorry. But: > Is there a way to roll back to revision 11529 and start there? Try svnadmin dump with the -r parameter to dump just the revisions you want to keep, then svnadmin load to load them into a new repository. Any checkouts of r11529 or

Re: How to use GNOME keyring with Subversion

2010-01-15 Thread Mark Phippard
On Fri, Jan 15, 2010 at 11:33 AM, Giulio Troccoli wrote: > Although I have been using Subversion since 1.2, so for quite a while, I'm > very new to GNOME keyring. I would like to set it up but I don't seem able to > do that. > > I have, for testing, created a VM with CentOS 5.4. Then I have buil

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 post-comm

How to use GNOME keyring with Subversion

2010-01-15 Thread Giulio Troccoli
Although I have been using Subversion since 1.2, so for quite a while, I'm very new to GNOME keyring. I would like to set it up but I don't seem able to do that. I have, for testing, created a VM with CentOS 5.4. Then I have built Subversion 1.6.6 from source with the --with-gnome-keyring optio

svndumpfilter bug in 1.6.6 ?

2010-01-15 Thread Joakim Tjernlund
I am unable to get svndumpfilter to recognize the dir /tags/tuappl02a-r12a-3, doing: svnadmin --quiet dump /usr/local/src/fpga-repo/TM-3000 | svndumpfilter --drop-empty-revs --skip-missing-merge-sources --renumber-revs --quiet include tags/tuappl02a-r12a-3 | grep tuappl02a-r12a-3 yields nothi

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 Repin

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: sync bug -> corrupted proxy repo

2010-01-15 Thread Johan Corveleyn
On Fri, Jan 15, 2010 at 12:08 PM, Jon Foster 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 in parallel

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

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: 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 da

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: us

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 st

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) > > - The