[Hidden-tech] Version Control

Robert Heller heller at deepsoft.com
Mon Mar 16 20:21:47 EDT 2009


At Sat, 14 Mar 2009 15:00:01 -0400 "Susanna Opper" <susanna at shawenon.com> wrote:

> 
> MIME-Version: 1.0
> 
>    ** Be sure to fill out the survey/skills inventory in the member's area.
>    ** If you did, we all thank you.
> 
> 
> 
> Content-Language: en-us
> 
> 
> I write content for Web sites, among other things. I'm about to begin the
> copy writing part of a major project and wonder how others deal with version
> control. I have always used a process of renaming files v1, v2 etc. It
> works, but it's not elegant.
> 
>  
> 
> Has anyone found a better way? I assume developers deal with this issue,
> too. So eager to have comments from all.

It is called source code revision control.  There are several utility
sets that deal with this.  Although they are primarily meant for
program code source files, they in fact work for anything.

The latest of these packages is something called subversion.  It is an
open source package.  Visit http://subversion.tigris.org/ for details.
I've only ever used the Linux verison, but there appear to be binaries
available for MS-Windows and MacOSX

Subversion uses a 'repository', where 'master' version of your code (or
whatever) lives.  You check out your code (or whatever), make edits,
then 'commit' the changes back to the repository.  Subversion tracks
changes and actually just stores the changes (diffs), rather than whole
copies of each 'revision'.  You can export any revision you want, so you
can 'go back in time' to any point.  Oh, you include a 'comment' with
each commit -- typically you can use this to remind yourself (or others
who might also be working on the code) what the revision was all about.

> 
>  
> 
> Thanks,
> 
> --Susanna
> 
>  
> 
> -------------------------------------
> 
> Susanna Opper
> 
> Shawenon Communications
> 
> Our distinction is communicating your distinction
> 
> 413-528-6494
> 
> susanna at shawenon.com
> 
> www.shawenon.com
> 
>  
> 
> 
> MIME-Version: 1.0
> 
> _______________________________________________
> Hidden-discuss mailing list - home page: http://www.hidden-tech.net
> Hidden-discuss at lists.hidden-tech.net
> 
> You are receiving this because you are on the Hidden-Tech Discussion list.
> If you would like to change your list preferences, Go to the Members   
> page on the Hidden Tech Web site.
> http://www.hidden-tech.net/members
> 
>                                                                      

-- 
Robert Heller             -- 978-544-6933
Deepwoods Software        -- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
heller at deepsoft.com       -- http://www.deepsoft.com/ModelRailroadSystem/
              


Google

More information about the Hidden-discuss mailing list