On Tue, Feb 26, 2013 at 4:29 PM, BRM wrote:
>
>> How can a script possibly know the correct tag for an external target
>> which is currently pointing at the trunk in a repository that permits
>> concurrent operations?
>
> In my example, it would simply update, then pull the revision number to
> g
> From: Les Mikesell
> To: BRM
> Cc: "users@subversion.apache.org"
> Sent: Tuesday, February 26, 2013 11:56 AM
> Subject: Re: Tagging svn:externals
>
> On Tue, Feb 26, 2013 at 8:48 AM, BRM wrote:
>>> Agreed, but the scenario is making a QA tag from trunk work. Most of
>>> these are
On Tue, Feb 26, 2013 at 11:35 AM, Kriparam Faraday wrote:
> Hi,
> I just stood up an exact replica of a collabnet subversion
> server(version=1.6.12 and configured to run as apache subversion). I have
> enabled ssl(using an existing ssl cert from the production box).
>
> I am able to access the se
> > So what is the proper way to continuously perform the workflow we're
> > trying to do - that is pull changes from origin path into branch, push
> > changes to origin branch from branch, and repeat.
> >
> > Using bidirectional merge (without reintegrate) seems create severe
> > merge conflicts.
> So what is the proper way to continuously perform the workflow we're trying to
> do - that is pull changes from origin path into branch, push changes to origin
> branch from branch, and repeat.
>
> Using bidirectional merge (without reintegrate) seems create severe merge
> conflicts.
You can k
On Tue, Feb 26, 2013 at 8:48 AM, BRM wrote:
>>>
>> Agreed, but the scenario is making a QA tag from trunk work. Most of
>> these are dead ends if QA rejects them - that is, with rare exceptions
>> anything that needs to be fixed would be fixed on the trunk and a new
>> QA tag made. My thinking
Hi,
I just stood up an exact replica of a collabnet subversion
server(*version=1.6.12
and configured to run as apache subversion*). I have enabled ssl(*using an
existing ssl cert from the production box*).
I am able to access the server using my browsers or svn clients like
smartSVN or TortoiseSVN
> From: Les Mikesell
> To: BRM
> Cc: "users@subversion.apache.org"
> Sent: Friday, February 22, 2013 10:57 AM
> Subject: Re: Tagging svn:externals
> On Fri, Feb 22, 2013 at 9:02 AM, BRM wrote:
Not only does it solve the above, but it also enforces a
> discipline in how
>>> projects ar