Posted by mattc at Aug 31, 07 05:05 AM
Posted by mattc at Aug 30, 07 05:05 AM
Posted by mattc at Aug 29, 07 05:05 AM
Posted by mattc at Aug 28, 07 05:01 PM
... Comments (0)
I'm looking for a file in the repository that I know was there at some point in the last 6 months but it got deleted or moved somewhere or other and I can't remember where. I can remember a bit of the file name.
One method that worked for me was trawling through the SVN logs.
svn -v log ./trunk/path/to/dir | grep -C 3 "text to look for"
Turning on verbose mode ( -v ) prints the commit message as well as details about the files. Grepping this with about 3 lines of context (or more if you want) seems to find me my file.
I don't know if it's possible to grep through the contents of delete SVN files without writing a shell script.
Posted by mattc at Aug 28, 07 05:05 AM
Posted by mattc at Aug 23, 07 05:05 AM
Posted by mattc at Aug 21, 07 05:05 AM
Posted by mattc at Aug 15, 07 05:05 AM
Posted by mattc at Aug 14, 07 05:05 AM
Posted by mattc at Aug 10, 07 05:05 AM
Posted by mattc at Aug 9, 07 12:25 PM
... Comments (0)
Trying to fix HTML is like trying to graft arms and legs onto hamburger. There's got to be something better ...
Ted Nelson, attributed on http://xanadu.com.au/ - see also Embedded Markup Considered Harmful (xml.com).
Posted by mattc at Aug 7, 07 05:05 AM
Posted by mattc at Aug 1, 07 05:05 AM