Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2013 13:24:00 -0800
From:      Derek Kulinski <takeda@takeda.tk>
To:        Kevin Oberman <kob6558@gmail.com>
Cc:        FreeBSD <freebsd-stable@freebsd.org>, Chris H <chris@1command.com>, Chris Rees <utisoft@gmail.com>
Subject:   Re: Does / Is anyone maintaining CVS for FreeBSD?
Message-ID:  <1084876452.20130101132400@takeda.tk>
In-Reply-To: <CAN6yY1tw7P1vuhsDT-CaBy5gi%2BkWJ07m322mZkC1foB2-srA-g@mail.gmail.com>
References:  <50E1D012.1040004@missouri.edu> <20121231175808.GA1399@glenbarber.us> <6817fb4c15659b194cc658b1dfa58a31.authenticated@ultimatedns.net> <CADLo83-RtuRE58HORn8ocqRVtcF3ZANJoHh1D8TO=aucwywbQw@mail.gmail.com> <f7a783bba9425aeaf67d94056b49f272.authenticated@ultimatedns.net> <CAN6yY1tw7P1vuhsDT-CaBy5gi%2BkWJ07m322mZkC1foB2-srA-g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Kevin,

Monday, December 31, 2012, 2:39:15 PM, you wrote:

> All of that said, I still use CVS for on thing, RANCiD. (It is a
> system for managing router and switch configurations).It can use
> either CVS or SVN, but I keep the data is CVS as there is considerable
> advantage to being able to grep through the delta files to looks for
> some bit that has long been deleted. (We have about15 years worth of
> router configurations in our archive.) But this is a special case. I
> would never recommend anyone use CVS for general purpose code
> management, (Not sure I'd recommend svn, either, but others are far
> more of a change from CVS.

I don't think svn has this functionality out of the box, but it looks
like http://svn-search.sourceforge.net/ offers it, but I'm not 100%
sure. 

Git appears to have it, I believe git log -S <string> does this:
http://www.kernel.org/pub/software/scm/git/docs/git-log.html

This man page of just a single git command is a perfect example
showing that while git is extremely powerful it is also very
complicated.

For a comparison, this is svn log:
http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.log.html

and cvs log:
http://www-e815.fnal.gov/webspace/cvs/commands.html#log

-- 
Best regards,
 Derek                            mailto:takeda@takeda.tk

All wiyht. Rho sritched mg kegtops awound?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1084876452.20130101132400>