Re: Check out problem because of alleged problematic URL

2010-06-07 Thread Ryan Schmidt
On Jun 7, 2010, at 01:18, Hirschberg, Benyamin wrote: > > Ryan Schmidt wrote: > >> On Jun 6, 2010, at 11:39, Daniel Shahaf wrote: >> >>> Hirschberg, Benyamin wrote on Sun, 6 Jun 2010 at 16:49 -: >>> [benya...@ada-srp ~]$ svn checkout http://ada-srp/kr/svn/trunk/ kr_repos svn:

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

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

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 Hyrum K. Wright
On Mon, Jun 7, 2010 at 7:44 AM, Je suis la poubelle wrote: > 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. > If you 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 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 > introduces a new version of

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.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 kmradke
Ravi Roy wrote on 06/07/2010 12:22:52 AM: > On Mon, Jun 7, 2010 at 10:41 AM, Ryan Schmidt > wrote: > On Jun 7, 2010, at 00:01, Ravi Roy wrote: > > > Just curious if there is a way out to set auto-props for certain > binary files on server side ? > No, there isn't, not a supported way, anyway.

Re: Setting auto-props from Server side ?

2010-06-07 Thread Hyrum Wright
On Mon, Jun 7, 2010 at 12:01 AM, Ravi Roy 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 "repository-dictated config", an

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

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 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 requires >> aut

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 >>>d

Re: Setting auto-props from Server side ?

2010-06-07 Thread Lorenz
Ravi Roy wrote: >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. auto-props are a client side configuration that's shared by all subversion clients (TSVN only provides a GUI for that task). You c

Renaming directories

2010-06-07 Thread Christina Gratorp
Hi! I have a question about renaming directories in svn. We work on trunk and branch out when we have a release. I just discovered we have a binary with the same name as a directory within the same namespace and since renaming the binary would indeed make people go mad I must rename the dir. N