On Sunday 21 September 2008 05:16:05 liang yu wrote:
> We can use the following command to convert all the .py file to
> windows.
>
> find <code_dir> -name *.py -exec unix2dos {} \;
I was answering your other e-mail! :p As I was writting, we should convert all
text files, ie, README, INSTALL, po files, documentation... Something like
this:
for file in Changelog COPYING* INSTALL MANIFEST.in pysdk.cfg README* setup.* \
TODO doc/*.txt doc/*.html doc/*.css pythonsudoku/*; do
unix2dos $file
done
Could you commit it and test if you have correct access to subversion? Put it
in the admin/ directory.
|