Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Versioning
Versioning [message #215884] Thu, 14 June 2007 20:06 Go to next message
Eclipse UserFriend
Originally posted by: tim.gallagher.gd-ais.com

Hey all I have a question about versioning for ya all. I have a Windows
directory on a laptop that I house all of my development code from. When
I am at work, I map this directory out and when I am at home, I use the
laptop to do the development from.

One thing that I love about Eclipse is that every time I save my work (it
is thousands of times) I can always revert back from local history. Ok
here is question #1,
Q. Where is the local copy of versioning located?

Sometimes I loose the versioning, it is gone I get a "No local history
available for selected resource" What does this mean, I was able to look
at pass histories. and last, how can I sync my stuf with global server,
does SVN do the same thing as the local history??


Thanks for the help.

-T
Re: Versioning [message #216073 is a reply to message #215884] Fri, 15 June 2007 14:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krzysztofHMMMMdaniel.gmail.com

1. There is no something like local copy of versioning. All those
informations are included into workspace resources.
2. Entries are removed from history after some time - default eclipse
settings is 7 days, you can check it in window->preferences and then
type in the filter "hist".
3. AFAIK to work with SVN you need SVN plugin. Eclipse supports CVS by
default. Yes, both tools offers the same functionality as local history
and a bit more. Refer to the eclipse documentation, about team programming.

HTH,
Chris
Re: Versioning [message #216359 is a reply to message #215884] Sat, 16 June 2007 14:53 Go to previous message
Matt McCutchen is currently offline Matt McCutchenFriend
Messages: 32
Registered: July 2009
Member
On Thu, 2007-06-14 at 20:06 +0000, -T wrote:
> One thing that I love about Eclipse is that every time I save my work (it
> is thousands of times) I can always revert back from local history. Ok
> here is question #1,
> Q. Where is the local copy of versioning located?

In <workspace>/.metadata/.plugins/org.eclipse.core.resources/ . The
actual previous revisions are stored in subdirectories of .history
according to ID numbers. I'm guessing the association between ID
numbers and paths/dates is represented in the files named
history.index .

Matt
Previous Topic:ld: crt1.o: No such file or directory
Next Topic:Load Spring beans from multiple plug-ins
Goto Forum:
  


Current Time: Sat Apr 27 05:10:47 GMT 2024

Powered by FUDForum. Page generated in 0.07796 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top