Opened 17 years ago

Closed 17 years ago

#5164 closed (invalid)

escaped windows path

Reported by: stephane.rufer@… 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"

Change History (1)

comment:1 by Chris Beaven, 17 years ago

Resolution: invalid
Status: newclosed

You don't need to escape windows paths on the windows command prompt... unless it's an svn requirement but that sounds pretty weird.

Note: See TracTickets for help on using tickets.
Back to Top