version control - Cloning SVN project -
this basic question in svn:
i want download google's breakpad project. in site do:
non-members may check out read-only working copy anonymously on http. svn checkout http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad-read-only
when try download project tortoisesvn can download trunk branch (using http://google-breakpad.googlecode.com/svn/trunk)
how can download google-breakpad-read-only
revision/branch?
thank git user
the google-breakpad-read-only
in instructions above working folder
trunk end in on machine. (the google-breakpad-read-only
folder of whatever drive you're exploring when invoke checkout.) there no google-breakpoint-read-only
revision/branch.)
it's folder name of working copy (destination). can replace svn checkout http://google-breakpad.googlecode.com/svn/trunk/ my-dog-and-cat
, end working copy in my-dog-and-cat
folder.
Comments
Post a Comment