Reputation: 15
My hg repository is on a server that I can reach with ssh and sftp. So I can mount the remote dir on my desktop (debian) and can edit the file there.
Now I would like to use Tortoisehg, but I would rather not to clone the repo locally, but just using the remote one that is now mounted locally. How can I do th?
Upvotes: 0
Views: 808
Reputation: 97260
Now I would like to use Tortoisehg, but I would rather not to clone the repo locally, but just using the remote
It's, in common, The Bad Idea (tm) to use repository from network drive, but:
use this repo the same way, as you edited files in working dir of repository
But clone|push way is more natural and bullet-proof (no chances to get corrupted repo, real backup of your local repository on remote host)
Upvotes: 1