Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: OT: Does anyone know of a version control system that doesn't use separate files or a repo?

by GrandFather (Saint)
on Oct 15, 2011 at 21:11 UTC ( [id://931706]=note: print w/replies, xml ) Need Help??


in reply to OT: Does anyone know of a version control system that doesn't use separate files or a repo?

Following up on moritz's comment: Mercurial at least (I've not used Git) adds a .hg folder to the folder containing the files/folders you are managing. It's not a lot of clutter and, as suggested, isn't going to take significant space on your drive.

If you are really worried by the clutter of one extra directory entry make the parent folder the root of the repo. Mercurial at least doesn't insert any additional "In your face" entries anywhere in the directory tree. Of course if you do go up a level then you may be able to place a whole bunch of files under revision control with no extra effort.

Perhaps however none of this helps in your situation, but as we don't know what that situation is it's kinda hard to address your real problem (if we haven't already).

True laziness is hard work
  • Comment on Re: OT: Does anyone know of a version control system that doesn't use separate files or a repo?

Replies are listed 'Best First'.
Re^2: OT: Does anyone know of a version control system that doesn't use separate files or a repo?
by ikegami (Patriarch) on Oct 16, 2011 at 05:07 UTC

    Same for git, except it's called .git.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://931706]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 03:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found