ArneBachmann / sos

Subversion Offline Solution

Home Page:https://sos-vcs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow remote .sos folder

ArneBachmann opened this issue · comments

Separating working copy from repository - or putting repo on shared location (!)
Oh no, we're going towards shared repo now?

.sos could be either folder (as now) or a file containing a path (file:///repo-path-of.sos or webdav://... https://)

Requires little rework regarding detection and insertion of SOS path into functions.

Could add a parameter to offline that configures .sos accordingly. E.g. sos offline --repo=localpath --compress

This could easily implemented now that we have remotes already implemented. Just remove the None as local path and have only remotes left.

Related to #265