summaryrefslogtreecommitdiff
path: root/vcs-svn/repo_tree.c
Commit message (Expand)AuthorAgeFilesLines
* vcs-svn: move remaining repo_tree functions to fast_export.hjn/vcs-svn-cleanupJonathan Nieder2017-08-231-43/+0
* vcs-svn: remove repo_delete wrapper functionJonathan Nieder2017-08-231-5/+0
* vcs-svn: remove custom mode constantsJonathan Nieder2017-08-231-1/+1
* vcs-svn: rename repo functions to "svn_repo"bc/vcs-svn-cleanupbrian m. carlson2017-08-201-3/+3
* Merge branch 'db/svn-fe-code-purge' into svn-feJonathan Nieder2011-05-261-8/+8
|\
| * vcs-svn: pass paths through to fast-importDavid Barr2011-03-221-10/+10
* | vcs-svn: avoid using ls command twiceDavid Barr2011-03-261-20/+4
|/
* vcs-svn: eliminate repo_tree structureJonathan Nieder2011-03-071-298/+37
* vcs-svn: use higher mark numbers for blobsJonathan Nieder2011-03-071-1/+1
* vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder2011-03-071-17/+10
* vcs-svn: introduce repo_read_path to check the content at a pathJonathan Nieder2011-03-071-1/+11
* Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder2011-02-261-14/+7
|\
| * vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder2010-11-241-14/+7
* | vcs-svn: fix intermittent repo_tree corruptionJonathan Nieder2010-12-071-2/+2
|/
* vcs-svn: Rename dirent pool to build on WindowsJonathan Nieder2010-08-141-73/+73
* Infrastructure to write revisions in fast-export formatDavid Barr2010-08-141-0/+329