Closed Thread
Results 1 to 5 of 5

Thread: Managing Projects

  1. #1
    Shaddix's Avatar
    Shaddix is offline Programmer
    Join Date
    Apr 2009
    Location
    Westmalle, Antwerpen, Belgium, Belgium
    Posts
    104
    Rep Power
    11

    Managing Projects

    I'm searching for something that helps managing my programming projects

    at school I work at my laptop, but at home I develop at my desktop

    now it would be handy if I could upload my files to a server and access them on every computer with an internet connection

    I heard something like that existed, and that there also was functionalities for working in a team (multiple users that can access specific files, ability to lock files when someone is working on them,...)

    does anyone know a free solution that would suit my needs?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Managing Projects

    CVS or any other version control system should work.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: Managing Projects

    Dreamweaver has the locking and what not built in. You could use hosting (i sugest this rout and use hostgator.com) or set your home computer up as a server and use DynDNS

  5. #4
    TkTech's Avatar
    TkTech is offline The Crazy One
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,412
    Blog Entries
    1
    Rep Power
    31

    Re: Managing Projects

    CVS is ancient and obsolete.

    git - github - I personally use git, as does the Linux kernel team.

    svn - google code - fairly popular, the big brother of CVS, but also one of the older revision systems.

    Theres also Mecurial, Bzar, BitKeeper, and dozens of other ones. Personally, I'd downright recommend Git.

  6. #5
    Shaddix's Avatar
    Shaddix is offline Programmer
    Join Date
    Apr 2009
    Location
    Westmalle, Antwerpen, Belgium, Belgium
    Posts
    104
    Rep Power
    11

    Re: Managing Projects

    thanks for the info, I will check it out

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Managing map/obstacles on browser-game? NOOB!
    By by0logic in forum JavaScript and CSS
    Replies: 2
    Last Post: 11-09-2010, 06:24 AM
  2. Managing Tabs ?
    By Moudi in forum C and C++
    Replies: 0
    Last Post: 03-31-2010, 10:03 AM
  3. Managing uploaded images
    By farouqzaib in forum PHP Development
    Replies: 3
    Last Post: 09-04-2009, 08:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts