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]
list of str
getUnknown(self, path)
Get a list of unknown paths under the given path and relative to it.
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__, backup, createTree, diffCheckout, getAdded, getChanges, getCheckoutCommands, getDeleted, getIgnored, getPropertyChanges, restore

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

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

Inherited from vcs.VCS: logCategory

Instance Variables [hide private]

Inherited from vcs.VCS: meta, path

Method Details [hide private]

getUnknown(self, path)

source code 

Get a list of unknown paths under the given path and relative to it.

Parameters:
  • path - the path under which to check for files
Returns: list of str
list of paths
Overrides: vcs.VCS.getUnknown
(inherited documentation)

update(self, path)

source code 

Update the given path to the latest version.

Overrides: vcs.VCS.update
(inherited documentation)