Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Editor that saves all edit history

  • 28-05-2010 4:32pm
    #1
    Registered Users, Registered Users 2 Posts: 1,190 ✭✭✭


    I wonder does anyone know of an editor that saves the history of all edits (like what photoshop does or google wave) and would be able to save them to file. It would be especially useful for writing code and seeing exactly from step one where things came from


Comments

  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    I'm not aware of any application but I think most developers use a version control system like Git or SVN to keep track of revisions. I know I do.

    It can be a bit of a task to get your head around it at first, but once you do you'll never look back.


  • Registered Users, Registered Users 2 Posts: 428 ✭✭Joneser


    you can set up a repository on http://code.google.com/ which is free and can be very handy if you end up messing up your code. If you are using eclipse i can tell u how to set it up, otherwise, hopefully someone else will be able to give you a hand.


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    if you're on mac xcode has built in version control never had to use as i use git and cvs.


  • Registered Users, Registered Users 2 Posts: 981 ✭✭✭fasty


    I think XCode just provides a plugin for SVN as opposed to it's own source control.

    I use Mercurial and TortoiseHG. It's similar to git.


Advertisement