You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by erica hollis <er...@hotmail.com> on 2011/01/19 01:13:26 UTC

Managing two similar Ruby on Rails projects using Subversion

Hi,



Does anyone know if there is a way to manage two very similar Ruby on
Rails projects with minor differences, so that both projects could be
updated at once?  Sometimes only a file in one of the projects would
need to be updated, but often the change applies to both projects.



Thanks,



Erica 		 	   		  

Re: Managing two similar Ruby on Rails projects using Subversion

Posted by Bogdan Cristea <cr...@gmail.com>.
On Wednesday 19 January 2011 01:13:26 erica hollis wrote:
> Does anyone know if there is a way to manage two very similar Ruby on Rails
> projects with minor differences, so that both projects could be updated at
> once?  Sometimes only a file in one of the projects would need to be
> updated, but often the change applies to both projects.


post commit hooks

Re: Managing two similar Ruby on Rails projects using Subversion

Posted by Alexey Bakhirkin <ab...@gmail.com>.
2011/1/19 erica hollis <er...@hotmail.com>:
> Hi,
>
> Does anyone know if there is a way to manage two very similar Ruby on Rails
> projects with minor differences, so that both projects could be updated at
> once?  Sometimes only a file in one of the projects would need to be
> updated, but often the change applies to both projects.
>
> Thanks,
>
> Erica

I think that the files shared between two projects should become a
separate third project.