[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] What do the plus signs mean?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-01-12 15:04:33 CET

On 1/12/07, lightbulb432 <veerukrishnan@hotmail.com> wrote:
>
>
> I added some files in my working copy, and the icons had question marks in
> them. I went to commit the project which failed due to some error
> unrelated
> to this post, and those question marks change to blue addition signs.
> However, the repository still has not picked up these new files.
>
> It looks like the text status of the question mark corresponds to
> "unversioned" and the addition sign to "added", but I'm not sure what the
> different between these two states are if the repository hasn't picked up
> any changes...

When you did the commit, you had checked these unversioned files in the
dialog. So before we ran the commit, we had to run the svn add command so
that Subversion would include them in the commit. The svn add commands all
were successful, but the commit failed. So the state of the files is now
added instead of unversioned.

The added state means that the file is "scheduled" for addition. Nothing
happens in Subversion until you commit. Once you commit those files, they
will change from the added state to the "normal" or "versioned" state.

Thanks

Mark Phippard
http://markphip.blogspot.com/
Received on Fri Jan 12 15:04:41 2007

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.