Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Spaces 8463

In this revision:

Changed method signature of “ISpace.getSourceRepository()” from URI to SourceRepoReference (a new class in the core package).

 

This was done because it is impossible to figure out the type of repository from the URI alone.

 

The new SourceRepoReference has a type (CVS or SVN), in addition to the URI.

 

Regards

- henrik


Back to the top