Re: Other branch -> other URL ?

2009-05-08 Thread Adam Wiggins
On Fri, Apr 24, 2009 at 7:51 AM, Damien MATHIEU wrote: > When I work on a new feature for my application, I do it in a specific > branch; I commit in that branch. > [...] > For example, have xxx.heroku.com on the branch master of the > application xxx. > And yyy.xxx.heroku.com on the branch yyy o

Re: Other branch -> other URL ?

2009-04-24 Thread Yuri Niyazov
I actually ended up solving this problem by maintaining two local repositories (pushing and pulling locally while developing). It's not ideal, but it's a simple local workaround that works, whereas I am assuming that the heroku guys would have to do some serious infrastructure magic in order to mak

Other branch -> other URL ?

2009-04-24 Thread Damien MATHIEU
Hello, When I work on a new feature for my application, I do it in a specific branch; I commit in that branch. And when this feature is ready, I merge that branch to the master. I'd appreciate to be able to start the application on an other branch, but with an other url. For example, have xxx.h