Opened 18 years ago
Closed 18 years ago
#5164 closed (invalid)
escaped windows path
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | windows, doc | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
svn co http://code.djangoproject.com/svn/django/trunk/django c:\Python24\lib\site-packages\django
the windows path was not escaped i.e "svn co http://code.djangoproject.com/svn/django/trunk/django c:
Python24
lib
site-packages
django"
Note:
See TracTickets
for help on using tickets.
You don't need to escape windows paths on the windows command prompt... unless it's an svn requirement but that sounds pretty weird.