aboutsummaryrefslogtreecommitdiffstats
path: root/tools/svnadd
AgeCommit message (Collapse)AuthorFilesLines
2014-02-25Delete tools/svnadd: it seems git doesn't need all this fancy properties stuff.Jeff Morriss1-93/+0
Change-Id: Ibb1c713ba9e9b09f062753c232d006b3afd682f0 Reviewed-on: https://code.wireshark.org/review/366 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-11-25Delete the svn:executable property on added files (we might add it back later).Jeff Morriss1-0/+3
svn path=/trunk/; revision=53587
2013-10-27More SVN properties cleanup.Jeff Morriss1-1/+1
svn path=/trunk/; revision=52884
2013-10-27Don't set svn:keywords on .pod files. Remove it from those that have it.Jeff Morriss1-7/+3
Reorganize svnadd a little bit. svn path=/trunk/; revision=52881
2013-10-25Handle *.rtf and *.qm files.Jeff Morriss1-1/+7
svn path=/trunk/; revision=52833
2013-09-09Set *.ts files' mime type to be XML; set svn properties on tools/pre-commit.Jeff Morriss1-1/+1
svn path=/trunk/; revision=51900
2013-04-30Move the contents of wsar_html/core to wsar_html. Create tag files forGerald Combs1-1/+1
core, epan, and ui, and link them to each other to varying degrees. This seems to be the best way to organize our documentation. The alternative is to switch to a single doxygen.cfg and manually add files to different groups or sections. Add a wireshark.dox file which contains markup for the main page. Add .dox and .txt to svnadd. Clean up our tag files. Force wsar_html to rebuild each time. svn path=/trunk/; revision=49091
2013-03-18Add .asciidoc support to svnadd. Set properties and add an SVN ID to theGerald Combs1-0/+5
release notes. svn path=/trunk/; revision=48392
2012-12-31TS Files is also XML FilesAlexis La Goutte1-1/+1
svn path=/trunk/; revision=46872
2012-12-30Treat *.ui files as *.xml: also set svn:keywords property.Jeff Morriss1-5/+1
svn path=/trunk/; revision=46856
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-0/+4
GTK+: Shorten the packet comment menu item name. Remove a couple of unneeded includes. Both: Add an arbitrary 20 MB limit when fetching all packet comments. Use a color from the Tango palette for comments. svn path=/trunk/; revision=46709
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-06-08The application/xml* MIME types are considered binary types by svn, use ↵Jeff Morriss1-2/+1
text/xml for .xml and don't set a MIME type for .dtd files. svn path=/trunk/; revision=43159
2012-06-08Handle adding .xml and .dtd files.Jeff Morriss1-0/+10
svn path=/trunk/; revision=43158
2012-05-01Add copyright notices. Fix SVN properties on svnadd.Jeff Morriss1-1/+1
svn path=/trunk/; revision=42375
2012-04-26Add a TODO comment; indicate why PCAP-NG files don't use ↵Jeff Morriss1-0/+4
application/vnd.tcpdump.pcap svn path=/trunk/; revision=42276
2012-04-26Use a mime-type of application/x-gzip for *.gz filesJeff Morriss1-0/+3
svn path=/trunk/; revision=42273
2012-03-15Handle .pcap and .pcapng files: set their mime-types appropriately.Jeff Morriss1-0/+6
svn path=/trunk/; revision=41572
2012-03-08Rewrite this shell script so that it sets the appropriate SVN properties basedJeff Morriss1-3/+62
on the file name that is being added. Add a copyright notice. svn path=/trunk/; revision=41414
2009-09-11Move svnadd to the tools directory.Jeff Morriss1-0/+4
svn path=/trunk/; revision=29866