CVS local revision [message #652713] |
Sat, 05 February 2011 15:03  |
Eclipse User |
|
|
|
Hi there, im new in CVS and i was reading about local and remote revisions.
When i look at a java file history it shows a list of remote and local revisions.
Since I edit and save and build my files A LOT, the list is huge and i'd like to disable those things from going into CVS, how do i do that? i only want it to show the changes after i've commited, that to me is the whole purpose of it.
can i somehow disable that from going into the CVS server? i find myself scrolling a lot in history i don't think is fair for other developers to do that as well.
Thanks
|
|
|
Re: CVS local revision [message #652746 is a reply to message #652713] |
Sun, 06 February 2011 02:37   |
Eclipse User |
|
|
|
On 2/6/2011 1:33 AM, klam wrote:
> Hi there, im new in CVS and i was reading about local and remote revisions.
> When i look at a java file history it shows a list of remote and local
> revisions. Since I edit and save and build my files A LOT, the list is
> huge and i'd like to disable those things from going into CVS, how do i
> do that? i only want it to show the changes after i've commited, that to
> me is the whole purpose of it.
The local history is maintained locally, it does not go to the CVS server.
> can i somehow disable that from going into the CVS server? i find myself
> scrolling a lot in history i don't think is fair for other developers to
> do that as well.
>
> Thanks
In the history view's toolbar, there are three buttons - Remote
Revisions (the yellow cylindrical icon), Local Revisions (a rectangular
window like icon), Local and Remote Revisions (combination of both the
other icons). If you want to see only the Remote Revisions (the ones on
the CVS server), just click the 'Remote Revisions' button.
|
|
|
|
|
|
Re: CVS local revision [message #653167 is a reply to message #653162] |
Tue, 08 February 2011 12:51  |
Eclipse User |
|
|
|
On 2/8/2011 11:13 PM, klam wrote:
> then how is it possible i see a bunch of blanks with the local revision
> icon that don't belong to me?, it must be from someone else's (I know
> because I never touched those and it's being worked by another developer).
>
> If I can see someone else, im sure they can see mine, i see them all
> mixed together (mine and their local)
A local revision is created whenever you edit a file and save it. Even a
small change of adding a ';' will create a local revision. As a result
you can see a large number of local revisions.
What you see are edits/revisions made by you on your local machine.
|
|
|
Powered by
FUDForum. Page generated in 0.03751 seconds