Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.glorb.com!feeder.erje.net!newsfeed.kamp.net!newsfeed0.kamp.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Robert Klemme Newsgroups: comp.lang.java.programmer Subject: Re: code base(not a technical question) Date: Tue, 23 Aug 2011 21:52:21 +0200 Lines: 12 Message-ID: <9bienlF1lpU1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 0QBaVol59LfRd8sdvnLUPQQwuKTA40CkcfRhl8tHOZy0qGlOg= Cancel-Lock: sha1:nqbzpVtH3l6RncmONbGOKwzrp4o= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7318 On 08/23/2011 07:54 PM, Asit Dhal wrote: > I have a lot of code snippets in my system which I mostly use during > development. Is there any tool(like VSS though I don't need version > control) in which I can store them and later get whenever I need ? I don't quite understand: if you do not need revision control, you can store them anywhere - or put them into an archive. You could even compile them and package sources and class files into a JAR. Kind regards robert