Details
-
Type:
Wish
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-2
-
Fix Version/s: 1.0-alpha-4
-
Component/s: Core system
-
Labels:None
-
Environment:x86
Windows NT 4.0
j2sdk1.4.2_05
maven 1.0.2
-
Number of attachments :
Description
The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?
Issue Links
| This issue relates to: | ||||
| CONTINUUM-238 | Optionally enable file:// URLs based on configuration settings |
|
|
|
I have a SCM type called "local" (should probably be named something like "fs" or "file") that can do this. I implemented at least checkout, checkin and update by simply looking at the last change timestamp on the files.