lp:~luke-jr/+junk/svnfs-fixed-warnings

Created by Luke-Jr and last modified
Get this branch:
bzr branch lp:~luke-jr/+junk/svnfs-fixed-warnings
Only Luke-Jr can upload to this branch. If you are Luke-Jr please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Luke-Jr
Status:
Development

Recent revisions

52. By Luke-Jr

merge warning fixes

51. By john

Added create and write to the supported operations. Currently, create
adds the file to the local dirbuf cache, but not to the repository;
write does nothing but log a debug message.

Created dirbuf.c and dirbuf.h to contain common actions on the dirbuf
struct. Replaced code to add an entry to the dirbuf cache (in
_svnclient_list_func) with a function call to the newly added
dirbuf_add(). Moved the dirbuf struct and related pieces into dirbuf.h
from svnfs.h.

Added a shell function, svnclient_add(), intended to add newly created
files to the repository (or, at least, schedule them for addition during
the next commit).

50. By john

Added a log message for directory creation. For some reason the baton
doesn't get passed into the log function, so I've just defaulted it to
"Creating directory" for now - a svn log -v will show the directory name
anyway.

49. By john

Added mkdir() support. Currently, doesn't have any log message (the
callback function isn't defined), but it correctly creates directories
in the mounted subversion repository.

48. By john

Updated major version number.

47. By john

Updated the version in the configure.in script, and regenerated the
configure script.

46. By john

Updated Changelog for v0.4 release.

45. By john

In svnfs_readdir(), don't return subdirectory files. This prevents a bug
where subdirectory contents were searched for as part of the current
directory listing. It's also more efficient, since subdirectory contents
weren't asked for.

44. By john

Updated DEBUG messages in _svnclient_list_func() to contain the correct
function name.

43. By john

Fix a segfault caused by an off-by-one in the allocation of space for
the fullpath buffer in _svnclient_list_func().

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers