views:

137

answers:

2

Are there any equivalents in the Windows world for patch stack management tools like Linux's quilt? I'm trying to come up with some development workflows for our environment, which need to work on both Linux and Windows. I can come up with a beautiful system for Linux using quilt and the like, but unless I can find a way to replicate it on Windows as well (including pretty GUI's for all the command-line-phobic developers), I'm basically stuck.

+1  A: 

Maybe Mercurial's Queues can help? I do believe they work in the Windows implementation of Mercurial, too.

Alex Martelli
A: 

I use quilt on Windows by way of Cygwin.

Sridhar Ratnakumar