Closed (won't fix)
Project:
Apache Solr Search
Version:
6.x-1.0-rc3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 13:24 UTC
Updated:
2 Jan 2010 at 12:35 UTC
You wrote this:svn checkout -r6 http://solr-php-client.googlecode.com/svn/trunk/ SolrPhpClient
You might want to write:svn export -r6 http://solr-php-client.googlecode.com/svn/trunk/ SolrPhpClient
Because you force a revision number, you should not let the .svn files be created. Doing an 'export' will just copy the code from the SVN repository without creating those metafiles.
Comments
Comment #1
pounardYou shouldn't have tell about the 'checkout' at all, this does not make any sens to force a revision with a checkout if you're not willing to do updates.
SVN users will known by themselves that they can do a checkout if they want.
Comment #2
robertdouglass commentedThe current documentation mentions both techniques, and there are cases for both checking out and exporting. Closing for now, but will review any patches to improve the docs =)
Comment #3
pounardYep saw it afterwards. This is confusing at first sight but you did well mentioning both technics, despite the fact a end user never should use the checkout.