| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Storage --+
|
SubversionStorage
|
|||
|
|||
|
|||
|
|||
| object |
|
||
| StorageResourceInfo or subclass |
|
||
| object |
|
||
| string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
| dict |
|
||
| tuple |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Subversion storage for amplee. If the working copy does not exist, the storage will automatically check the repository out. Keyword arguments repository_uri -- URI of the subversion repository. It can be a local or remote URL. working_copy_path -- absoulte path to the local working copy username -- if needed by the repository password -- if needed by the repository
|
|
Creates a subdirectory within the the svn working copy If it already exists does nothing. The newly created directory is immediatly checked in. Keyword argument collection_name -- name of the directory to create
|
|
Returns the content as a string of the resource found at 'info'. If no resource could be found, amplee.error.UnknownResourcean is raised. Keyword arguments info -- as returned by info()
|
Returns the content as a string of the meta data found at 'info'. If no resource could be found, amplee.error.UnknownResourcean is raised. Keyword arguments info -- as returned by info()
|
Set the content at 'info' of the resource. Keyword arguments info -- as returned by info() content -- data as a string object or file object. In that case content MUST return the full content as a byte string on the read() call media_type -- if provided, mime type of the resource as a string object It uses the svn:mime_type property
|
Set the content at 'info' of the resource. Keyword arguments info -- as returned by info() content -- data as a string object or file object. In that case content MUST return the full content as a byte string on the read() call media_type -- if provided, mime type of the resource as a string object It uses the svn:mime_type property
|
Remove the resource at 'info' Keyword arguments info -- as returned by info()
|
Remove the resource at 'info' Keyword arguments info -- as returned by info()
|
Finalize the svn checkin Keyword arguments path_list -- list of infos as returned by info() to checkin msg -- string message to provide for the checking It defaults to a simple 'Persist'
|
Returns True if the resource at 'info.key' exists. False otherwise. Keyword arguments info -- as returned by info()
|
List all the resources in a collection Keyword arguments collection_name -- name of the directory in the working copy
|
List all the resources in a collection Keyword arguments collection_name -- name of the directory in the working copy
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sun Feb 17 14:54:46 2008 | http://epydoc.sourceforge.net |