| Package | Description |
|---|---|
| de.shadowhunt.subversion | |
| de.shadowhunt.subversion.internal |
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
Repository.log(Resource resource,
Revision startRevision,
Revision endRevision,
int limit,
boolean stopOnCopy)
Retrieve the log information for the revisions between startRevision and endRevision of the resource.
|
List<Log> |
Repository.log(View view,
Resource resource,
Revision startRevision,
Revision endRevision,
int limit,
boolean stopOnCopy)
Retrieve the log information for the revisions between startRevision and endRevision of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
AbstractBaseRepository.log(Resource resource,
Revision startRevision,
Revision endRevision,
int limit,
boolean stopOnCopy) |
List<Log> |
AbstractBaseRepository.log(View view,
Resource resource,
Revision startRevision,
Revision endRevision,
int limit,
boolean stopOnCopy) |
Copyright © 2013–2017 shadowhunt. All rights reserved.