lp:~asa-ayers/svn-extender/refactor

Created by Asa Ayers and last modified
Get this branch:
bzr branch lp:~asa-ayers/svn-extender/refactor
Only Asa Ayers can upload to this branch. If you are Asa Ayers please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Asa Ayers
Project:
SVN Extender
Status:
Experimental

Recent revisions

41. By Asa Ayers

Reorganizing base to be moduleLib. Instead of being a place for modules to be extended, it also contains custom exceptions and any other class that might assist modules.

40. By Asa Ayers

More module changes.

39. By Asa Ayers

AbortException

38. By Asa Ayers

Merge: Updating installer to not overwrite an existing config.

37. By Asa Ayers

Changed the modules to just return args instead of returning an abort code and args. The abort code will be converted to an exception. I also changed ModuleRunner to not have so much duplicate code.

36. By Asa Ayers

Split SVNWrapper into its own file.

35. By Asa Ayers

Split the svn class into 3 classes. SVNWrapper will execute all of the svn commands, ModuleRunner will load and run the modules, while SVN will load the config, setup SVNWrapper and ModuleRunner, and then call ModuleRunner and SVNWrapper.

34. By Asa Ayers

Changed the commitHook so it doesn't try to strip the \n anymore. That is done when the subprocess.Popen output is split on \n

33. By Asa Ayers

Converting another os.popen2 call

32. By Asa Ayers

Converted use of os.popen2 to subprocess.Popen to avoid depricated warnings in Python 2.6.x. This is backward compatibile with Python 2.5.x

Branch metadata

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

Subscribers