Possible Client only repository with RTC
One answer
Eclipse does not have a local code repository ... it just has access to
the file system. So if your question:
- can a commit a change directly from the file system to a stream,
without going through a workspace?
then the answer is "no", but I can't think of any reason why you'd want
to do this, so I'll assume your question is:
- can I store my repository workspace in a local Jazz repository, so I
can checkin to it and create change sets while I am disconnected?
then the answer is still "no" (:-), but that would be a very useful
feature. I've submitted work item 85751 for this (there probably
already is a request like this in the system, but I wasn't able to find it).
Cheers,
Geoff
maldor wrote:
the file system. So if your question:
- can a commit a change directly from the file system to a stream,
without going through a workspace?
then the answer is "no", but I can't think of any reason why you'd want
to do this, so I'll assume your question is:
- can I store my repository workspace in a local Jazz repository, so I
can checkin to it and create change sets while I am disconnected?
then the answer is still "no" (:-), but that would be a very useful
feature. I've submitted work item 85751 for this (there probably
already is a request like this in the system, but I wasn't able to find it).
Cheers,
Geoff
maldor wrote:
Is it possible to have only a local code repository in eclipse and
then commit directly to the shared stream source code repository on
the Jazz server?
In other words can "My workspace" be a local repository on
the client only?