Re: ignore ancestry and record only

2012-10-02 Thread Ulrich Eckhardt
Am 01.10.2012 21:07, schrieb chroyer: I was wondering if the following scenario makes sense, or if this is asking for problems. * I am regularly merging differences between 2 trees (I won't go in too much details here...those tree are not really under my control; I put those them in the

path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread david fasani
Hi All, I have a active write-through proxying between a master SVN and 2 slaves. I'm looking is there a way to synchronise the path-based authorization, users and groups configuration. I searched a lot on web and found no links telling about how to set it up. I wonder if anyone would have

Re: ignore ancestry and record only

2012-10-02 Thread Stefan Sperling
On Tue, Oct 02, 2012 at 09:35:19AM +0200, Ulrich Eckhardt wrote: Am 01.10.2012 21:07, schrieb chroyer: I was wondering if the following scenario makes sense, or if this is asking for problems. * I am regularly merging differences between 2 trees (I won't go in too much details

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Stefan Sperling
On Tue, Oct 02, 2012 at 10:57:30AM +0200, david fasani wrote: Hi All, I have a active write-through proxying between a master SVN and 2 slaves. I'm looking is there a way to synchronise the path-based authorization, users and groups configuration. I searched a lot on web and found no links

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Nico Kadel-Garcia
On Tue, Oct 2, 2012 at 7:48 AM, Stefan Sperling s...@elego.de wrote: On Tue, Oct 02, 2012 at 10:57:30AM +0200, david fasani wrote: Hi All, I have a active write-through proxying between a master SVN and 2 slaves. I'm looking is there a way to synchronise the path-based authorization, users

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Stefan Sperling
On Tue, Oct 02, 2012 at 08:01:30AM -0400, Nico Kadel-Garcia wrote: There are also some approaches that can help rigorously manage such configurations. I long for some Subversion developer to write something like the gitosis tool, which manages SSH keys for git's SSH based access, and which

Re: How to tell if I am using HTTPv2?

2012-10-02 Thread Daniel Shahaf
If it ever issues a POST request, then it's HTTPv2. (In 1.7 HTTPv2 uses POSTs for commit, only.) There are other ways to tell (without needing to commit), but I don't know them off the top of my head. Maybe notes/http-and-webdav/ (in trunk) has the information? Q. Chap wrote on Mon, Sep 24,

Re: path-based authorization, users an groups synchronisation between master and slave

2012-10-02 Thread Nico Kadel-Garcia
On Tue, Oct 2, 2012 at 8:35 AM, Stefan Sperling s...@elego.de wrote: On Tue, Oct 02, 2012 at 08:01:30AM -0400, Nico Kadel-Garcia wrote: There are also some approaches that can help rigorously manage such configurations. I long for some Subversion developer to write something like the gitosis

Diff syntax

2012-10-02 Thread Ahmed, Omair (GE Oil Gas)
Hello, I want to compare (diff) two files (what's in /trunk with what's in /tags - the hope being that they are the same (no differences). When I run the command shown below, I don't get a message like Files are same, no differences. Is that normal or is there something wrong with the

Re: Diff syntax

2012-10-02 Thread vishwajeet singh
On Wed, Oct 3, 2012 at 3:00 AM, Ahmed, Omair (GE Oil Gas) omair.ah...@ge.com wrote: Hello, ** ** I want to compare (diff) two files (what’s in /trunk with what’s in /tags – the hope being that they are the same (no differences). ** ** When I run the command shown below, I

Re: ignore ancestry and record only

2012-10-02 Thread chroyer
It's unfortunate that you don't want to go into details here. Sorry, I did not want to muddy the water...but let me try. The items I am tracking originate from a different version control system in which we implemented an artificial way to branch (using batch files). That tree will be used

RE: Diff syntax

2012-10-02 Thread Ahmed, Omair (GE Oil Gas)
If there's a difference, it shows that; so the lack of a message must mean there are no differences. C:\Usvn diff --summarize svn:// X.XX.XXX.XXX/SVN_Sandbox/trunk/testdir/subdir1/testfile1.txt svn:// X.XX.XXX.XXX/SVN_Sandbox/tags/release_01/testdir/subdir1/testfile1.txt M svn://