git_svn_server.git
2010-09-27  Julian PhillipsAdd support for the pseudo directories to check-path master
2010-09-27  Julian Phillipscheck-path doesn't always include a revision
2010-09-27  Julian PhillipsImprove error detection in complete_commit
2010-09-27  Julian PhillipsStart tightening up checking in complete_commit
2010-09-27  Julian PhillipsDon't call rev-parse unless we have a valid ref
2010-09-26  Julian PhillipsUse pseudo pre-commit hook to prevent tag commits
2010-09-26  Julian PhillipsAdd support for pre-commit hook
2010-09-26  Julian PhillipsFix commit commands so that error syntax is correct
2010-09-22  Julian Phillipsos.popen3 is deprecated too ...
2010-09-22  Julian Phillipsmd5 is deprecated
2010-09-09  Julian PhillipsSwitch update command to use DeltaCmd
2010-09-09  Julian PhillipsAdd a diff command
2010-09-09  Julian PhillipsFix _path_changed
2010-09-09  Julian PhillipsPull out the switch command processing into a base...
2010-09-09  Julian PhillipsCombine multiple entries for one path into a single...
2010-09-09  Julian PhillipsAdd a comment explaining why we always create .gitignore
2010-09-09  Julian PhillipsProperty changes can only ever be 'M'
2010-09-08  Julian PhillipsTidy up the new log code a bit
2010-09-08  Julian PhillipsRework log to start including property changes
2010-09-07  Julian PhillipsRemove some old debug from update
2010-09-07  Julian PhillipsStart adding general support for properties
2010-09-07  Julian PhillipsAdd support for changing svn:ignore
2010-09-07  Julian PhillipsAdd support for using GitFile locally
2010-09-07  Julian PhillipsThe paths in a commit aren't always relative to the top
2010-09-06  Julian PhillipsCreate diffs in get-file-revs
2010-09-06  Julian PhillipsGenereate independant file contents for use with svndiff
2010-09-06  Julian PhillipsRemove some unwanted debug output
2010-09-06  Julian PhillipsUse random index file name to create commit
2010-09-04  Julian PhillipsDon't tell client to delete deleted paths
2010-09-04  Julian PhillipsAdd support for deleting things.
2010-09-04  Julian PhillipsOnce again the protocol document is wrong
2010-09-04  Julian PhillipsDon't assume that changes are always to file contents
2010-09-04  Julian PhillipsAdd an initial switch implementation
2010-09-04  Julian PhillipsGive svndiff Encoder a pre-image
2010-09-04  Julian PhillipsUse difflib to encode diffs when we have the pre-image
2010-09-03  Julian PhillipsImplement get-file-revs command
2010-09-03  Julian PhillipsSubversion is now an apache project
2010-09-02  Julian PhillipsAdd tags/branches to ls method
2010-09-02  Julian PhillipsAdd support for top-level to ls method
2010-09-02  Julian PhillipsAdd support for tags/branches to stat method
2010-09-02  Julian PhillipsAdd a function to look up commits using a pattern
2010-09-02  Julian PhillipsAdd support for looking up tags to commit functions
2010-09-02  Julian PhillipsOnly close an open string
2010-09-02  Julian PhillipsFix a couple of issues with cat_file
2010-09-02  Julian PhillipsUse the correct max size for svndiff
2010-08-18  Julian PhillipsSuite names must start with the word Test
2009-05-24  Julian Phillipsvcs/git: Fix __commit_info vcs
2009-04-29  Julian Phillipstests: increase reliability of tests
2009-04-10  Julian PhillipsAdd very basic support for creating tags and branches
2009-04-10  Julian Phillipsvcs/git: Make GitData methods more robust
2009-04-10  Julian Phillipsauth: fix auth for Python 2.6
2009-04-07  Julian PhillipsUse a single long-running git-cat-file instance
2009-04-07  Julian PhillipsUse the maximum possible zlib compression
2009-04-07  Julian PhillipsDecouple getting the data from sending the data
2009-04-05  Julian PhillipsRemove some debug print statements
2009-04-05  Julian Phillipsvcs/git: Add some comments to get_files
2009-04-05  Julian Phillipsvcs/git: Split the db access classes out
2009-04-05  Julian Phillipsvcs/git: Change vcs/git from being a single module...
2009-04-05  Julian Phillipsvcs/git: Convert .gitignore to svn:ignored property...
2009-04-05  Julian Phillipsvcs/git: Make log a generator function
2009-04-05  Julian Phillipsvcs/git: Use a path with the log command to reduce...
2009-04-05  Julian Phillipssvndiff: Make sure the client will understand zlib...
2009-04-05  Julian PhillipsFix error handling for update so that it works
2009-04-05  Julian PhillipsRewrite get_files to be based on git log
2009-04-05  Julian PhillipsFix structure building in get_files
2009-04-05  Julian PhillipsTreat merges as commits
2009-04-05  Julian PhillipsDon't try and look at the first tag when there are...
2009-04-02  Julian Phillipsupdate: use the new vcs get_files method
2009-04-02  Julian Phillipsvcs: Add get_files function that returns a whole tree
2009-04-01  Julian PhillipsDon't run off the end of the source file in svndiff
2009-04-01  Julian PhillipsMisc fixes and improvements to update command
2009-04-01  Julian PhillipsAdd missing object to Encoder definition
2009-03-31  Julian PhillipsAdd commit handling for svn:special and svn:executable
2009-03-31  Julian PhillipsAdd support for sending svndiff1
2009-03-30  Julian PhillipsParse the optional extra arguments to update
2009-03-30  Julian PhillipsHandle a path in update correctly
2009-03-30  Julian PhillipsFix update so that delete-entry work properly
2009-03-30  Julian PhillipsRecord the URL of some more useful documents
2009-03-29  Julian PhillipsTidy up the server debug output, and add cl option...
2009-03-29  Julian PhillipsSort out the server announce message
2009-03-29  Julian PhillipsAdd support for receiving svndiff1
2009-03-29  Julian PhillipsSubversion expects to be able to perform a stat on...
2009-03-29  Julian PhillipsDon't end the URL in a / if there is no path
2009-03-29  Julian PhillipsDon't hide what the URL was and should have been
2009-03-29  Julian PhillipsAn empty repository should have revision 0
2009-03-29  Julian PhillipsAdd a test that git-svnserver looks like a Subversion...
2009-03-29  Julian PhillipsAdd Subversion and user bits to test lib
2009-03-29  Julian PhillipsIgnore a local copy of CleverSheep
2009-03-29  Julian PhillipsIgnore test output files
2009-03-29  Julian PhillipsFix parsing of authentication response
2009-03-28  Julian PhillipsAutomatically create a new empty git repository for...
2009-03-28  Julian PhillipsAdd some more tests
2009-03-27  Julian PhillipsStart adding some tests
2009-03-27  Julian PhillipsMake the --pidfile option always available
2009-03-27  Julian PhillipsMinor tidy to the output of the auth code
2009-03-27  Julian PhillipsAdd an option to store the pid of the daemon in a file
2009-03-27  Julian PhillipsImplement get_auth function from Repos API
2009-03-27  Julian PhillipsAdd a DummyAuthDb class that shows the auth db interface
2009-03-27  Julian Phillipsget_auth is now part of the Repos API
2009-03-27  Julian PhillipsRename the example config file
next