git-svn-helpers
git-svn-helpers copied to clipboard
Command-line tools to make git-svn simple
By using the functions from the os package we keep the code portable. Fixes issue #9
On windows gitify init fails with ``` Traceback (most recent call last): File "c:\Python27\Scripts\gitify-script.py", line 9, in load_entry_point('git-svn-helpers==0.9', 'console_scripts', 'gitify')() File "C:\Python27\lib\site-packages\gitsvnhelpers\gitify.py", line 177, in __call__ self.commands.get(command, self.unknown)() File "C:\Python27\lib\site-packages\gitsvnhelpers\gitify.py",...
Hi, When trying gitify init on a checkout of https://svn.plone.org/svn/plone/Plone/trunk it fails after a while. Trying it from hand fails too. Seems to be nasty.
when a svn repository change its would be nice to have an easy way to relocate with gitify - right now its kind of tricky to do it with git-svn...
when running python bootstrap.py i get the following error:: python bootstrap.py Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz Extracting in /var/folders/g8/g8KqkHmqHTKUotPVYI5J6U+++TI/-Tmp-/tmphTnvIc Now working in /var/folders/g8/g8KqkHmqHTKUotPVYI5J6U+++TI/-Tmp-/tmphTnvIc/distribute-0.6.10 Building a Distribute egg in /var/folders/g8/g8KqkHmqHTKUotPVYI5J6U+++TI/-Tmp-/tmpGlHP_D /var/folders/g8/g8KqkHmqHTKUotPVYI5J6U+++TI/-Tmp-/tmpGlHP_D/distribute-0.6.10-py2.6.egg /Users/tomster/Development/git-svn-helpers/lib/python2.6/site-packages/setuptools-0.6c9-py2.6.egg/setuptools/command/sdist.py:4: UserWarning: Module...