You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sno init won't create a working copy, but it will store a default working copy location and working copy version in the repo config.
sno init --workingcopy-path=some_path --workingcopy-version=some_version will override the defaults
sno init --bare will create a repo which never has a working copy
The following commands all update the working copy. If no working copy is present (as happens on the first import), one will be automatically created using the info in the repo config:
sno import
sno checkout, sno switch, sno reset
The text was updated successfully, but these errors were encountered:
sno init
won't create a working copy, but it will store a default working copy location and working copy version in the repo config.sno init --workingcopy-path=some_path --workingcopy-version=some_version
will override the defaultssno init --bare
will create a repo which never has a working copyThe following commands all update the working copy. If no working copy is present (as happens on the first import), one will be automatically created using the info in the repo config:
sno import
sno checkout
,sno switch
,sno reset
The text was updated successfully, but these errors were encountered: