Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7924421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:44:28+00:00 2026-06-03T17:44:28+00:00

First, a confession. In about 10 years of professional development, I’ve never used a

  • 0

First, a confession. In about 10 years of professional development, I’ve never used a source control system. There, that feels better. My historical setup (as recommended by management, ha!) has been to create dated folders on a server and copy-and-paste my data into it each evening.

I’ve known for a long time that a much better, manageable solution would be to use git or Mercurial to manage my source but I’ve never taken the time to learn any of these new tools because myold system has always worked well enough for my needs as the lone developer for every project I’ve ever worked on.

I have finally change this setup. I’ve installed Mercurial on my Mac, which after a bit of reading, I prefer over git. As a GUI front-end, I have installed SourceTree which appears to be easy to use and quite friendly. The problem I am having is that I can’t find a very simple, straight-forward walkthrough for setting up a server repository that I use for pushing changes to each evening. I’m sure it’s there, I just can’t find it.

I’ve honestly tried to Google this, but there is something about the term “SourceTree”. I can’t find anything useful because half of the information I find is in regards to using git and it tends to involve pushing a project to a site like github.com, which is not pertinent in my case.

Additionally, I have skimmed the Mercurial documentation and I still may not be entirely clear about the full commit/update/push/pull/branch/merge concept. I just want to get something setup rather fast that will back-up and track the changes of my projects, without having to be a source control guru.

How do I setup a simple repository on a Windows network server, and push and pull changes each evening? My company want me to store my data in a personal folder, on a network share that is backed up to tape and is then stored off site.

I’m sure it has to be simple. I just want to be sure that I’m doing it correctly so that in the case that I need to access a back up, it is there and can be easily pulled… or branched.. or whatever.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:44:35+00:00Added an answer on June 3, 2026 at 5:44 pm

    Well, it depends on the kind of the server you are going to use.

    Let’s assume it’s not a Windows server (just a guess, as you’re a Mac user). Let’s also assume that right now you only need it for yourself, not for a bunch of users.

    Then the simplest way is to use SSH. Suppose the server is server, and you have an account rlh there. You’ll need to have a public/private key pair for a seamless access (no need to enter the password on each pull/push). You’ll need to install Mercurial on the server as well, obviously.

    On the server, create a repo (in your home dir, for example):

    rlh@mac$ ssh server
    rlh@server$ mkdir myproject
    rlh@server$ cd myproject
    rlh@server$ hg init
    

    On your machine, clone the repo:

    rlh@mac$ hg clone ssh://rlh@server/myproject myproject
    

    The default target will be set automatically, and you should be able to pull/push with no additional configuration.

    Feel free to ask if you have a question regarding this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all, I know the standard answer will be that exceptions are never
I'm about to write a C++ library that is to be used by a
First i selected images from photo library to ALAsset Library and after that i
I have heard a lot about type system, strongly typed language and so on.
I have a general question about this. There are many times we want to
i just learned File Handling yesterday . There is a confusion about classes usage
First of, I have read many explanations on SO and blogs about covariance and
There was some confusion in our team about the creation of a new database
So I know that Find() is only a List<T> method, whereas First() is an
I have a little bit of confusion about iOS Apps publication. The first time

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.