IIRC, SVK is an extension to subversion that provides a "personal repository", primarily to make it easier to do work in and update your own personal trunk while you and other people are working on big changes simultaniously. as far as I can make out, that's mostly useful when working on a project with many developers. Git and Monotone do something similar.
This kind of distributed approach might be useful to you, but if you are the only one working on the project and you can synchronize your repositories often enough (i.e. you plug in your laptop into your local network once a day) it's probably only going to add overhead.
If you are the only one/one of the few people working on projects, svn is probably good enough. The size of the project probably doesn't really matter. Also, svn is probably easier to get into your head than the distributed systems available. Personally, I use subversion. I might check out something more sophisticated if I was working with many people, but currently, I'm not, and for my own stuff svn is easy to work with, and it keeps all my code safe.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.