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 241253
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:44:16+00:00 2026-05-11T20:44:16+00:00

I use subversion’s in-place import (read for details) for configuration file version control in

  • 0

I use subversion’s in-place import (read for details) for configuration file version control in /etc and my home directory. It works well for me, but I’ve been seeing alot better/faster version control systems cropping up and want to convert. I tried mercurial, and it doesn’t really support this feature of checking out a working copy of a single subfolder in a repository- it seems to want you to check out the whole thing at once.

Do other version control systems allow this? I’ve only tried cvs, mercurial, and subversion. Examples welcome.

  • 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-05-11T20:44:17+00:00Added an answer on May 11, 2026 at 8:44 pm

    For git (assuming it is installed already):

    cd /etc
    git init-db
    chmod og-rwx .git
    git add .
    git commit -a -m"initial import"
    

    More elaborated version with automatic update when apt is used:

    Maintain /etc with git


    For Mercurial (assuming it is installed already):

    cd /etc
    hg init
    chmod og-rwx .hg
    hg add
    hg ci -m "initial checkin"
    

    More elaborated version with automatic update when apt is used:

    Maintain /etc with mercurial

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

Sidebar

Related Questions

I currently use subversion for my version control via AhnkSVN and Visual Studio. I
We use Subversion as our source control system and store the VisualStudio project files
I am mostly use to using Subversion for my source control. However, my current
I am just starting to use Subversion with Tortoise SVN client for one of
What's the best way for me to learn how to use Subversion as a
On a project I'm working on, we use subversion, with tortoiseSVN as a client,
Since the TFS is too big for our project, we want to use subversion
Is it possible to use Apache Subversion (SVN) as general purpose backup tool? (As
I know how to use tags in subversion. I create a tag every time
I do mostly Windows development. We use Mantis and Subversion for our development but

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.