Re: Svn relocate after release?

2008-04-14 Thread Clifton

On the contrary, what about when we need to cut a release of an earlier build
for QA? In other words, they spot an error in our current build and want to
see if the same issue occurs in an earlier build. In this case we wouldn't
make any changes, we'd only want the build as-is. It could be argued that
the build could be retrieved from our internal repo but that would require
extra work of reassembling everything and manually deploying. The release
plugin allows us to release earlier builds and direct them to a running
instance of Tomcat. I'm not sure how often this would occur but it's
something we would need to be prepared for.


Brett Porter wrote:
> 
> You won't be able to re-release a previous tag without modifying the
> scm url's on the tag - but that's easy enough to do if the case
> arises. In such a case, I would expect you are branching, modifying,
> and releasing anyway - there should be no need to re-release something
> as is.
> 
> Cheers,
> Brett
> 
> On 13/04/2008, Clifton <[EMAIL PROTECTED]> wrote:
>>
>>  That does make a lot of sense and I'll forward your suggestion. But for
>> now,
>>  I still wonder if I should be concerned otherwise.
>>
>>
>>  Wayne Fay wrote:
>>  >
>>  > Could you not set a generic dns-backed server name eg svn.corp.com and
>>  > then things just work when you move servers? This would be my
>>  > approach.
>>  >
>>  > Wayne
>>  >
>>  > On 4/11/08, Clifton <[EMAIL PROTECTED]> wrote:
>>  >>
>>  >> Should I be concerned after relocating our SVN server after a couple
>> of
>>  >> releases? We just moved our svn server to another physical machine
>> which
>>  >> of
>>  >> course changes the URLs. My limited knowledge of the release plugin
>>  >> suggests
>>  >> this could be a potential uh-oh if we want to release an earlier
>> version.
>>  >> My
>>  >> buddy was trying to prepare/perform a release today when he started
>>  >> running
>>  >> into references of the old repo URL. I'm not sure what the deal was
>> but
>>  >> he
>>  >> seems to have it almost worked out. Have any of you run into such
>> issues
>>  >> or
>>  >> dealt with relocating SVN and the release plugin?
>>  >> --
>>  >> View this message in context:
>>  >>
>> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16628241.html
>>  >> Sent from the Maven - Users mailing list archive at Nabble.com.
>>  >>
>>  >>
>>  >> -
>>  >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  >> For additional commands, e-mail: [EMAIL PROTECTED]
>>  >>
>>  >>
>>  >
>>  > -
>>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  > For additional commands, e-mail: [EMAIL PROTECTED]
>>  >
>>  >
>>  >
>>
>>
>> --
>>  View this message in context:
>> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16656686.html
>>
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>>  -
>>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>>  For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Brett Porter
> Blog: http://blogs.exist.com/bporter/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16677403.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Svn relocate after release?

2008-04-13 Thread Brett Porter
You won't be able to re-release a previous tag without modifying the
scm url's on the tag - but that's easy enough to do if the case
arises. In such a case, I would expect you are branching, modifying,
and releasing anyway - there should be no need to re-release something
as is.

Cheers,
Brett

On 13/04/2008, Clifton <[EMAIL PROTECTED]> wrote:
>
>  That does make a lot of sense and I'll forward your suggestion. But for now,
>  I still wonder if I should be concerned otherwise.
>
>
>  Wayne Fay wrote:
>  >
>  > Could you not set a generic dns-backed server name eg svn.corp.com and
>  > then things just work when you move servers? This would be my
>  > approach.
>  >
>  > Wayne
>  >
>  > On 4/11/08, Clifton <[EMAIL PROTECTED]> wrote:
>  >>
>  >> Should I be concerned after relocating our SVN server after a couple of
>  >> releases? We just moved our svn server to another physical machine which
>  >> of
>  >> course changes the URLs. My limited knowledge of the release plugin
>  >> suggests
>  >> this could be a potential uh-oh if we want to release an earlier version.
>  >> My
>  >> buddy was trying to prepare/perform a release today when he started
>  >> running
>  >> into references of the old repo URL. I'm not sure what the deal was but
>  >> he
>  >> seems to have it almost worked out. Have any of you run into such issues
>  >> or
>  >> dealt with relocating SVN and the release plugin?
>  >> --
>  >> View this message in context:
>  >> 
> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16628241.html
>  >> Sent from the Maven - Users mailing list archive at Nabble.com.
>  >>
>  >>
>  >> -
>  >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >> For additional commands, e-mail: [EMAIL PROTECTED]
>  >>
>  >>
>  >
>  > -
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>  >
>
>
> --
>  View this message in context: 
> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16656686.html
>
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
>  -
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Svn relocate after release?

2008-04-12 Thread Clifton

That does make a lot of sense and I'll forward your suggestion. But for now,
I still wonder if I should be concerned otherwise.

Wayne Fay wrote:
> 
> Could you not set a generic dns-backed server name eg svn.corp.com and
> then things just work when you move servers? This would be my
> approach.
> 
> Wayne
> 
> On 4/11/08, Clifton <[EMAIL PROTECTED]> wrote:
>>
>> Should I be concerned after relocating our SVN server after a couple of
>> releases? We just moved our svn server to another physical machine which
>> of
>> course changes the URLs. My limited knowledge of the release plugin
>> suggests
>> this could be a potential uh-oh if we want to release an earlier version.
>> My
>> buddy was trying to prepare/perform a release today when he started
>> running
>> into references of the old repo URL. I'm not sure what the deal was but
>> he
>> seems to have it almost worked out. Have any of you run into such issues
>> or
>> dealt with relocating SVN and the release plugin?
>> --
>> View this message in context:
>> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16628241.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> -------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16656686.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Svn relocate after release?

2008-04-11 Thread Wayne Fay
Could you not set a generic dns-backed server name eg svn.corp.com and
then things just work when you move servers? This would be my
approach.

Wayne

On 4/11/08, Clifton <[EMAIL PROTECTED]> wrote:
>
> Should I be concerned after relocating our SVN server after a couple of
> releases? We just moved our svn server to another physical machine which of
> course changes the URLs. My limited knowledge of the release plugin suggests
> this could be a potential uh-oh if we want to release an earlier version. My
> buddy was trying to prepare/perform a release today when he started running
> into references of the old repo URL. I'm not sure what the deal was but he
> seems to have it almost worked out. Have any of you run into such issues or
> dealt with relocating SVN and the release plugin?
> --
> View this message in context: 
> http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16628241.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Svn relocate after release?

2008-04-11 Thread Clifton

Should I be concerned after relocating our SVN server after a couple of
releases? We just moved our svn server to another physical machine which of
course changes the URLs. My limited knowledge of the release plugin suggests
this could be a potential uh-oh if we want to release an earlier version. My
buddy was trying to prepare/perform a release today when he started running
into references of the old repo URL. I'm not sure what the deal was but he
seems to have it almost worked out. Have any of you run into such issues or
dealt with relocating SVN and the release plugin?
-- 
View this message in context: 
http://www.nabble.com/Svn-relocate-after-release--tp16628241s177p16628241.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]