about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends/VCS_INFO_get_data_svn
Commit message (Collapse)AuthorAgeFilesLines
* 32621: vcs_info svn: 'Fix set-branch-format' when in subdirsDaniel Shahaf2014-05-291-7/+15
| | | | | | | The previous code would fail to detect the wcroot with Subversion 1.7+ when cwd is at least two levels below the root (i.e., ../../.svn exists and ../.svn doesn't), and would then pass to the hook the revision and basename of cwd rather than of the wcroot.
* 32619: vcs_info svn: Use the revision of cwdDaniel Shahaf2014-05-291-3/+5
| | | | | | | Previously, the value of the wc root would be used. In Subversion, it makes more sense to use the revision of cwd, since all commands (e.g., 'svn ci', 'svnversion') operate only on cwd and below, not on wcroot and below.
* 30046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7Frank Terbeck2011-12-301-1/+17
|
* Frank Terbeck, Seth House: 27712, 22713, 27714:Peter Stephenson2010-02-161-1/+8
| | | | VCS Info hooks and Mercurial improvements
* Frank Terbeck: 26816 to 26820: VCS_Info updatesPeter Stephenson2009-04-061-1/+1
|
* Frank Terbeck: 26549: VCS_Info improvements: check for changes in gitPeter Stephenson2009-02-111-1/+1
|
* Frank Terbeck: 26125: add "command" style to VCS_INFOPeter Stephenson2008-12-111-2/+2
|
* users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson2008-09-191-0/+28
add VCS_Info function system