PyFilesystem / pyfilesystem

Python filesystem abstraction layer
http://pyfilesystem.org/
BSD 3-Clause "New" or "Revised" License
288 stars 63 forks source link

Corrected several URLs to where they are after the code.google.com close #221

Closed GadgetSteve closed 8 years ago

GadgetSteve commented 9 years ago

I have left the URL for the discussion group alone as it is still available.

Addresses #366

willmcgugan commented 9 years ago

Good point. The checkout in the getting started should be git clone, rather than svn checkout.

GadgetSteve commented 9 years ago

Good point - While I am at it I guess I should change hidefs.py to default as hidden ".git" as well as ".svn", (for good measure I am tempted to throw in .hg as well), and replace .svn with .git in both fs/tests/test_path.py and fs/tests/__init__.py

arekbulski commented 8 years ago

@GadgetSteve You should replace the entire line, not just components of svn checkout. git clone https://github.com/PyFilesystem/pyfilesystem.git pyfilesystem-read-only should really be git clone https://github.com/PyFilesystem/pyfilesystem.git which is the git-way of doing it, but then the resulting folder is named differently.

GadgetSteve commented 8 years ago

I was going for the same naming of the resulting directory.