ArneBachmann / sos

Subversion Offline Solution
https://sos-vcs.net
Mozilla Public License 2.0
6 stars 1 forks source link

Add option to not commit to remotes #289

Closed ArneBachmann closed 5 years ago

ArneBachmann commented 5 years ago

Useful when one remote is currently not available. Could be extended to --exclude-remote=... Also support other operations like metadata updates. This requires a more thorough design change, current solution is repetitive and hacky.

ArneBachmann commented 5 years ago

savebranches only place to store remotes (use also dict to include all remotes, and have only relevant remotes in _.remotes)

ArneBachmann commented 5 years ago

removeBranch, offline can be excluded, branch, commit, switch, update. add, remove, config, move, main->commit underlying, loadBranches->upgrade

ArneBachmann commented 5 years ago

Done, but needs mention in docs

ArneBachmann commented 5 years ago

Closed by 8dc9f2d781c3faf982266e8ec6778d21c6821229