Tree conflicts on merging into a branch

2010-04-29 Thread Matthias Weyh
Hello, I have seen an issue with subversion in which tree conflicts are being produced when creating a branch from a working copy in which not all files are at the same revision. This is happening when trying to merge changes into this branch. Please refer to the following sequence. Is this

RE: Common name for transaction and revision object

2010-04-29 Thread Giulio Troccoli
If you look at the svn_fs.h API, they are both referred to as revision roots. svn_fs_revision_root() and svn_fs_txn_root() both return a svn_fs_root_t * object. That does not sound like they're both being referred to as revision roots; that sounds like they're both being referred to as

Cherry-picking merges

2010-04-29 Thread Vadym Chepkov
Hi, I know, this is maybe not the best practice, but, unfortunately, our subversion users do this all the time: they merge form one branch to another back and forward. The question is, how to properly do it without introducing conflicts. Here is the test case, which one would think should be

Re: Cherry-picking merges

2010-04-29 Thread Daniel Becroft
On Thu, Apr 29, 2010 at 10:08 AM, Vadym Chepkov vchep...@gmail.com wrote: Hi, I know, this is maybe not the best practice, but, unfortunately, our subversion users do this all the time: they merge form one branch to another back and forward. The question is, how to properly do it without

Re: Cherry-picking merges

2010-04-29 Thread Joël Conraud
Like yourself, I initially though that it would be able to deal with this, but it doesn't seem to (and there is probably a very good reason why it can't). I would be interested in knowing this very good reason why it can't. I'm not questioning its validity, I'm confident this good reason is

SVN tags

2010-04-29 Thread Wadhavankar, Hemant
Hello, I have a query. How to find tag(s) associated with any file available in trunk? For example cvs stat shows the list of tags associated with any file. Can something like this be done in SVN? Best, Hemant Unstoppable..

Re: SVN tags

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 2:08 PM, Wadhavankar, Hemant hemant.wadhavan...@lsi.com wrote: Hello, I have a query. How to find tag(s) associated with any file available in trunk? For example “cvs stat” shows the list of tags associated with any file. Can something like this be done in SVN?

How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld, for code reviews) that needs to have an

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset didier_tros...@agilent.comwrote: I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Johan Corveleyn
On Thu, Apr 29, 2010 at 11:53 AM, vishwajeet singh dextrou...@gmail.com wrote: On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset didier_tros...@agilent.com wrote:  I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based

Re: SVN tags

2010-04-29 Thread Johan Corveleyn
On Thu, Apr 29, 2010 at 12:08 PM, Andy Levy andy.l...@gmail.com wrote: On Thu, Apr 29, 2010 at 04:38, Wadhavankar, Hemant hemant.wadhavan...@lsi.com wrote: Hello, I have a query. How to find tag(s) associated with any file available in trunk? For example “cvs stat” shows the list of tags

Re: Cherry-picking merges

2010-04-29 Thread Vadym Chepkov
On Apr 29, 2010, at 3:47 AM, Daniel Becroft wrote: [b2]$ svn merge --dry-run ^/branches/b1 --- Merging r2 through r4 into '.': C README Summary of conflicts: Tree conflicts: 1 After r3, you'll need to do a '--record-only' merge of r4 into the second branch: (untested) svn

Re: Help importing apache settings.

2010-04-29 Thread Campbell Allan
On Thursday 29 Apr 2010, j_dorocak wrote: Dear SVN folks, I am trying to import the current status of my apache2 server directory structure into a repository. I get cut off after 2 successes: Adding /home/jdor/webapps/pinax07server/apache2/logs Adding

RE: Doubts - SVN.

2010-04-29 Thread Erik Hemdal
Take a look at the website [1], there you will find the binary packages [2] and a link to one of the manuals [3]. [1] http://subversion.apache.org [2] http://subversion.apache.org/packages.html [3] http://svnbook.red-bean.com/ . . . . I work at a company that is considering the use of

How does one get mod_dav_svn.so ?

2010-04-29 Thread Ferguson, Rob
Dear All, I am a complete new comer to Subversion and our project is about to take it on. As a version control system. I am initially inpressed by it and am now trying to get it to work via a browser. I want to include mod_dav_svn.so in the httpd.conf file but mod_dav_svn.so does not exist in my

repo size discrepency when loading from dump

2010-04-29 Thread Seth Simmons
I have an issue with subversion dumps (RHEL 5.2; subversion 1.5.0; viewvc 1.0.7) when I'm trying to load onto a new server (CentOS 5.4; subversion 1.6.11; viewvc 1.0.11). On disk, the size of the folder for one of the repositories is 1.3gb. When I do a dump, the file size is 1.3gb. However,

Re: repo size discrepency when loading from dump

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 10:34 PM, Seth Simmons ssimm...@cymfony.com wrote: I have an issue with subversion dumps (RHEL 5.2; subversion 1.5.0; viewvc 1.0.7) when I’m trying to load onto a new server (CentOS 5.4; subversion 1.6.11; viewvc 1.0.11). On disk, the size of the folder for one of the

Re: Cherry-picking merges

2010-04-29 Thread Vadym Chepkov
[b2]$ svn merge --dry-run ^/branches/b1 --- Merging r2 through r4 into '.': C README Summary of conflicts: Tree conflicts: 1 and yet another strange thing about it. There is no way to automatically resolve a conflict like this. no matter what flag I use --accept mine-conflict,

Free Online Subversion Training - Introduction to Subversion for Developers

2010-04-29 Thread george.pow...@wandisco.com
The second course in the series, Introduction to Subversion for Developers will take place on Wednesday, May 5, 2010 at 9AM PDT. Subversion's architecture and design principles will be covered and attendees will be introduced to using Subversion for software development.

RE: repo size discrepency when loading from dump

2010-04-29 Thread Seth Simmons
Yes that seems to be the difference. I had one of my developers check one repository that was much smaller on the new server and the current revision matches. From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Thursday, April 29, 2010 1:13 PM To: Seth Simmons Cc:

Copying from one repository to another, flattening the early part of the source repo's history in the target repo?

2010-04-29 Thread Dan Stromberg
I'm working on some Subversion-related software for propagating trunk checkins to any of dozens of target branches, based on trunk's checkin comments (that is, where the checkins need to subsequently go automatically is determined by the checkin comments in trunk, and those comments are prepared

Re: Copying from one repository to another, flattening the early part of the source repo's history in the target repo?

2010-04-29 Thread Dan Stromberg
On Thu, Apr 29, 2010 at 11:23 AM, Les Mikesell lesmikes...@gmail.com wrote: On 4/29/2010 1:06 PM, Dan Stromberg wrote: I'm working on some Subversion-related software for propagating trunk checkins to any of dozens of target branches, based on trunk's checkin comments (that is, where the

Can we use relative paths in svn:externals propset?

2010-04-29 Thread David Bartmess
I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B) directory? Such as : svn propset svn:externals ../buildsupport

Re: Can we use relative paths in svn:externals propset?

2010-04-29 Thread Blair Zajac
On 04/29/2010 01:09 PM, David Bartmess wrote: I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B) directory? Such as : svn propset

Re: Cherry-picking merges

2010-04-29 Thread Daniel Becroft
On Thu, Apr 29, 2010 at 9:17 PM, Vadym Chepkov vchep...@gmail.com wrote: On Apr 29, 2010, at 3:47 AM, Daniel Becroft wrote: [b2]$ svn merge --dry-run ^/branches/b1 --- Merging r2 through r4 into '.': C README Summary of conflicts: Tree conflicts: 1 After r3, you'll need to do a

Re: Can we use relative paths in svn:externals propset?

2010-04-29 Thread Olivier Sannier
David Bartmess wrote: I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B) directory? Such as : svn propset svn:externals ../buildsupport

Re: Can we use relative paths in svn:externals propset?

2010-04-29 Thread David Bartmess
On 4/29/2010 2:18 PM, Blair Zajac wrote: On 04/29/2010 01:09 PM, David Bartmess wrote: I have two projects under a single repository, with A being dependent on B being checked out. To set the svn:externals propset, can I use a relative path for the checkout directory for the depending (B)

Re: Cherry-picking merges

2010-04-29 Thread Daniel Becroft
On Thu, Apr 29, 2010 at 6:45 PM, Joël Conraud jconr...@gmail.com wrote: Like yourself, I initially though that it would be able to deal with this, but it doesn't seem to (and there is probably a very good reason why it can't). I would be interested in knowing this very good reason why it