[SciPy-Dev] PyDocWeb "the doc editor" and github transition

Pauli Virtanen pav at iki.fi
Sat Jul 17 15:47:42 EDT 2010


Sat, 17 Jul 2010 13:11:46 -0600, Vincent Davis wrote:
> I have not seen anything about the move to github and how this effects
> pydocweb or did I just miss it. I am willing to adapt pydocweb to work
> with github but not sure what the desired integration would be. This
> should not be to difficult but should/needs to be part of the plan and
> documented.

You do not need to make any changes to the doc editor because of the 
github move -- only to its configuration. The documentation editor app 
itself does not know or care what the version control system is.

The required change is essentially replacing

	svn checkout ...
	svn update

by

	git clone ...
	git pull ...

in a shell script, and clearing up the checkout directories. I can take 
care of this on the server machine, once the move to git has been made.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list