Package moap :: Package vcs :: Module git_svn :: Class GitSvn
[hide private]
[frames] | no frames]

Class GitSvn

source code

extern.log.log.Loggable --+        
                          |        
                    vcs.VCS --+    
                              |    
                        git.Git --+
                                  |
                                 GitSvn

Instance Methods [hide private]
 
getNotIgnored(self)
Returns: list of paths unknown to the VCS, relative to the base path
source code
 
update(self, path)
Update the given path to the latest version.
source code

Inherited from git.Git: commit, diff, getFileMatcher, ignore

Inherited from vcs.VCS: __init__, createTree, getAdded, getChanges, getDeleted, getPropertyChanges

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Class Variables [hide private]
  name = 'git-svn'

Inherited from vcs.VCS: logCategory

Method Details [hide private]

getNotIgnored(self)

source code 
Returns:
list of paths unknown to the VCS, relative to the base path
Overrides: vcs.VCS.getNotIgnored
(inherited documentation)

update(self, path)

source code 

Update the given path to the latest version.

Overrides: vcs.VCS.update
(inherited documentation)