You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Alan Thompson <ca...@yahoo.com> on 2003/12/08 19:49:35 UTC

Documentation error (Quick Walkthrough)

Hi All,

Just noticed an error in the Quick Walkthrough docs
after installing svn 0.34.0 on W2K (Cygwin).  It shows
an example import as:

-----------------------------------
 svn import file:///absolute/path/to/myrepos
someproject myproj    
�
Committed revision 1.
-----------------------------------

which doesn't work.  I got this to work:

-----------------------------------
> svn import 'file:///d:/svnRepository' -m 'test
import 2'
Adding  (bin)  tt.exe
Adding         tt.f

Committed revision 1.
-----------------------------------
which looks more like the HTML docs.  It appears that
the Quick Walkthrough just needs to be updated to
match the HTML docs (?).

Alan Thompson

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org