RE: Check out problem because of alleged problematic URL

2010-06-07 Thread Hirschberg, Benyamin
I'm using neon 0.28.3. According to the release history it doesn't seem to be particularly old. -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Sunday, June 06, 2010 8:57 PM To: Daniel Shahaf Cc: Hirschberg, Benyamin; users@subversion.apache.org

Re: Wanted: pre-commit hook to prevent commits to externals definition

2010-06-07 Thread Lorenz
David Aldrich wrote: Please can anyone point me to an example of a svn pre-commit hook that prevents commits to files that are members of an externals definition? We want to allow such files to be committed only from within the external directory, i.e. where they originate from. As long as the

Add files mantaining originale file timestamp

2010-06-07 Thread Andrea Antonio Maleci
Hi, I'm adding files to a repository. I would like that add command maintains original file timestamp, instead of assign commit time. Is it possible ? Thanks, Andrea

Re: Add files mantaining originale file timestamp

2010-06-07 Thread Ryan Schmidt
On Jun 7, 2010, at 03:53, Andrea Antonio Maleci wrote: I would like that add command maintains original file timestamp, instead of assign commit time. Is it possible ? No, sorry, it isn't. http://subversion.tigris.org/issues/show_bug.cgi?id=1256

Re: Wanted: pre-commit hook to prevent commits to externals definition

2010-06-07 Thread Daniel Becroft
On Mon, Jun 7, 2010 at 6:52 PM, Lorenz loren...@yahoo.com wrote: David Aldrich wrote: Please can anyone point me to an example of a svn pre-commit hook that prevents commits to files that are members of an externals definition? We want to allow such files to be committed only from within the

Re: Any data compression between server and client?

2010-06-07 Thread Je suis la poubelle
Thanks for your reply. My company has developers aboard accessing our SVN server through VPN and they're always complaining that transmissions are very slow. That's why I'm trying to find where the problem is. I was pretty sure there's compression and I'd like to dismiss this as a

Re: Any data compression between server and client?

2010-06-07 Thread Je suis la poubelle
On Mon, Jun 7, 2010 at 15:02, Hyrum K. Wright hyrum_wri...@mail.utexas.edu wrote: If you are using http or https, there are significant latency issues associated with the Subversion protocol, due in part to the number of roundtrips made to the server for each connection.   Subversion 1.7

Re: Huge Problem

2010-06-07 Thread David Weintraub
You don't provide must detail, but I'm going to take a blind stab at it: Check the ownership and permissions of the files you restored. These files should be owned by the Subversion server user. If you're using Apache's http, they should be owned by the Apache user (something like apache, http,

Is there an authenticated no-op in subversion?

2010-06-07 Thread Daniel Danger Bentley
I'm working on a system to interact with subversion automatically. Some of the repositories in question work over https, and this requires authentication for certain actions. I would love to separate authentication from action. Is there a way to perform an authenticated no-op (which would fail if

SVN - Hook Scripts

2010-06-07 Thread Venkata Badipatla
Hi All, Please any one of you send me the document of hooks scripts of Subversion. Thanks, Venkata Badipatla | Systems Engineer - PMSG (Professional Managed Services Group) | Persistent Systems venkata_badipa...@persistent.co.inmailto:vivek_pay...@persistent.co.in | Cell: +91-9657387160 |

Re: SVN - Hook Scripts

2010-06-07 Thread vishwajeet singh
There is no separate documentation as such for hook scripts its part of Subversion book. Same can be found here http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.reposadmin.create.hooks On Mon, Jun 7, 2010 at 10:29 PM, Venkata Badipatla venkata_badipa...@persistent.co.in wrote: Hi All,

Re: Setting auto-props from Server side ?

2010-06-07 Thread Hyrum Wright
On Mon, Jun 7, 2010 at 12:01 AM, Ravi Roy ravi.a...@gmail.com wrote: Hi, Just curious if there is a way out to set auto-props for certain binary files on server side ? I know, it is can be set on Client like TortoiseSVN. This feature (and similar ones) are bandied about as

Re: Is there an authenticated no-op in subversion?

2010-06-07 Thread Rob van Oostrum
On Mon, Jun 7, 2010 at 12:03 PM, Daniel Danger Bentley dtbent...@gmail.comwrote: I'm working on a system to interact with subversion automatically. Some of the repositories in question work over https, and this requires authentication for certain actions. I would love to separate

Re: Is there an authenticated no-op in subversion?

2010-06-07 Thread Daniel Danger Bentley
On Mon, Jun 7, 2010 at 4:27 PM, Rob van Oostrum rva...@gmail.com wrote: On Mon, Jun 7, 2010 at 12:03 PM, Daniel Danger Bentley dtbent...@gmail.com wrote: I'm working on a system to interact with subversion automatically. Some of the repositories in question work over https, and this

Re: Two svn/apache servers accessing one database

2010-06-07 Thread Richard England
This thread starts to discuss this but it is not clear if anything definitive has been done to insure that multiple access is truly supported on a single FSFS data base. http://svn.haxx.se/users/archive-2008-09/0791.shtml Anyone ? Richard England wrote the following on 06/04/2010 04:41

Re: Wanted: pre-commit hook to prevent commits to externals definition

2010-06-07 Thread Lorenz
Daniel Becroft wrote: Lorenz wrote: David Aldrich wrote: Please can anyone point me to an example of a svn pre-commit hook that prevents commits to files that are members of an externals definition? We want to allow such files to be committed only from within the external directory, i.e. where