divsbhalala / php-spreadsheetreader

Automatically exported from code.google.com/p/php-spreadsheetreader
Other
0 stars 0 forks source link

instructions for SVN checkout are incorrect #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
the instructions explain to do the following:
svn checkout http://php-spreadsheetreader.googlecode.com/svn/trunk/ 
php-spreadsheetreader-read-only 

that will give you a 404. the correct command is:
svn checkout http://php-spreadsheetreader.googlecode.com/svn/ 
php-spreadsheetreader-read-only 

Original issue reported on code.google.com by kae.verens@gmail.com on 30 Jan 2011 at 5:04