= Subversion Location Plugin = == Description == Adds a Subversion Location link to the contextual navigation under Browse Source. The link points to the Subversion URL for the folder you're viewing. This is very handy for making checkouts and such. Subversion Location is a lighterweight takeoff of jhammel's SvnUrlsPlugin. Thanks for the example, jhammel! == Bugs/Feature Requests == Existing bugs and feature requests for SubversionLocationPlugin are [https://weblion.psu.edu/trac/weblion/query?status=assigned&status=new&status=reopened&component=Subversion+Location+Plugin&order=priority&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component here]. If you have any issues, create a [https://weblion.psu.edu/trac/weblion/newticket?component=Subversion%20Location%20Pluginnew ticket]. == Download == Here are the latest releases for [attachment:"TracSubversionLocation-1.0-py2.5.egg" Python 2.5] and [attachment:"TracSubversionLocation-1.0-py2.4.egg" Python 2.4]. == Source == You can check out SubversionLocationPlugin from [https://weblion.psu.edu/svn/weblion/weblion/weblion.psu.edu/subversionlocationplugin/trunk here] using Subversion, or [https://weblion.psu.edu/trac/weblion/browser/weblion/weblion.psu.edu/subversionlocationplugin/trunk browse the source] with Trac. I have it in my own repository right now; if you want commit, just ask. == Installation == Follow the normal [http://trac.edgewall.org/wiki/TracPlugins egg installation procedures]. Under the [components] section, enable the plugin: {{{ [components] subversionlocation.* = enabled }}} Finally, add a section to your project's trac.ini: {{{ [svn] repository_url = https://your.repository/location }}} Drink, and enjoy. == Examples == [[Image(screenshot.png)]] Here's [https://weblion.psu.edu/trac/weblion/browser a live example]. == Author/Contributors == '''Author:''' [wiki:ErikRose] [[BR]] '''Contributors:'''