This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes keep code in a  global place Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "keep code in a  global place" Watch "keep code in a  global place" New topic
Author

keep code in a global place

jacob deiter
Ranch Hand

Joined: Apr 02, 2008
Posts: 576
I want to keep code global such as saving my code in some server ,so that from any location i can check out the code .All my code is just around 100 MB space.Please let me know about the server and how to interact with it?
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8436

Google for CVS or SVN
There are some free versions available which might be helpful to you.


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Olivier Legat
Ranch Hand

Joined: Nov 17, 2007
Posts: 176

You could also try Google Docs, but I'm not such if it can take 100 MB.


Olly
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: keep code in a global place
 
Similar Threads
NX: Thread Safety
Don't mistake this for a troll post. Elegant Javascript
In java global variable are not used because
Lookup EJB on Different Application servers
Another One of Those "Symbol Not Found" Questions