Method | Description | |
---|---|---|
CreateBackend ( ) : |
||
CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
GetDirectoryDotSvn ( FilePath path ) : string | ||
GetPathUrl ( FilePath path ) : string | ||
GetRepositoryReference ( FilePath path, string id ) : Repository |
Method | Description | |
---|---|---|
OnCreateRepositoryInstance ( ) : Repository |
public abstract CreateBackend ( ) : |
||
return |
public CreateRepositoryEditor ( Repository repo ) : IRepositoryEditor | ||
repo | Repository | |
return | IRepositoryEditor |
public GetDirectoryDotSvn ( FilePath path ) : string | ||
path | FilePath | |
return | string |
public abstract GetPathUrl ( FilePath path ) : string | ||
path | FilePath | |
return | string |
public GetRepositoryReference ( FilePath path, string id ) : Repository | ||
path | FilePath | |
id | string | |
return | Repository |
protected OnCreateRepositoryInstance ( ) : Repository | ||
return | Repository |