You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Diwaker Gupta <di...@apache.org> on 2005/10/10 06:30:27 UTC

Re: svn commit: r307241

On Saturday 08 October 2005 2:53 am, Ross Gardler wrote:
> diwaker@apache.org wrote:
> > Added:
> > forrest/trunk/main/webapp/resources/stylesheets/lucene-search-to-xdoc.xsl
>
> When moving a resource please use "svn move path/to/resource", this adds
> the now one and deletes the old on in one command, but more importantly
> it keeps the history of the old file.

Agreed. I just didn't want to do a move right away -- wanted to make sure 
things were working fine first. Anyways, the rename is underway now.

-- 
Web/Blog/Gallery: http://floatingsun.net
On Apache: http://people.apache.org/~diwaker

Re: svn commit: r307241

Posted by Ross Gardler <rg...@apache.org>.
Diwaker Gupta wrote:
> On Saturday 08 October 2005 2:53 am, Ross Gardler wrote:
> 
>>diwaker@apache.org wrote:
>>
>>>Added:
>>>forrest/trunk/main/webapp/resources/stylesheets/lucene-search-to-xdoc.xsl
>>
>>When moving a resource please use "svn move path/to/resource", this adds
>>the now one and deletes the old on in one command, but more importantly
>>it keeps the history of the old file.
> 
> 
> Agreed. I just didn't want to do a move right away -- wanted to make sure 
> things were working fine first. Anyways, the rename is underway now.

That's the great thing about SVN. You can make the changes locally and 
commit them after testing. Even if a mistake is made and errors are 
committed it can easily be rolled back. But if we lose history the move 
(and hence any subsequent rollback) can become difficult to track.

Ross