Question about features
Gordon Tyler
gordon at doxxx.net
Thu Nov 5 17:04:50 GMT 2009
Daniel Carrera wrote:
> I agree. I plan to use rsync, except that I must be mindful to send
> different branches to different directories. For example:
>
> ** BAD: **
> cd ../feature-A/
> ... hack ...
> rsync avz -e ssh daniel at example.com:test/ . # So far so good.
> cd ../feature-B/
> ... hack ...
> rsync avz -e ssh daniel at example.com:test/ . # OOPS.
I don't quite understand what would be bad about this. Is it something
specific to your testing workflow? I would imagine that introducing
extra path elements in the URLs of your site that are merely artifacts
of the development process would be bad.
Ciao,
Gordon
More information about the bazaar
mailing list