filenames & packages are brown!!
When I started IDEA (build 701) today, I found that all of the
filenames & all of the package names are brown.
What does it mean?
In the doc they say what green, black, and blue mean, but what is
brown?
Thanks,
Neil
Please sign in to leave a comment.
Unknown vcs status
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Neil Galarneau" <neil@codemesh.com> wrote in message
news:s5ibgvs849ug7f3fevnj942opck0rlroho@4ax.com...
>
>
>
>
>
OK, on to the next question:
What causes IDEA to decide the VCS status is unknown when a VCS
provider has been selected?
I have worked in this configuration before and the files stayed
green/black/blue.
Thanks,
Neil
On Fri, 4 Jul 2003 22:56:17 +0400, "Maxim Shafirov" <max@intellij.net>
wrote:
>Unknown vcs status
>
>--
>
>Best regards,
>Maxim Shafirov
>JetBrains, Inc / IntelliJ Software
>http://www.intellij.com
>"Develop with pleasure!"
>
>
>"Neil Galarneau" <neil@codemesh.com> wrote in message
>news:s5ibgvs849ug7f3fevnj942opck0rlroho@4ax.com...
>> When I started IDEA (build 701) today, I found that all of the
>> filenames & all of the package names are brown.
>>
>> What does it mean?
>>
>> In the doc they say what green, black, and blue mean, but what is
>> brown?
>>
>> Thanks,
>>
>> Neil
>>
>
What source control you're using?
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Neil Galarneau" <neil@codemesh.com> wrote in message
news:d6lbgv4eth8ikd1acpgv1ims6d57srl7mu@4ax.com...
>
>
>
>
>
>
>
AccuRev & I'm using the AccuRev vcs plugin.
I didn't try to perform any vcs actions, however.
Neil
On Fri, 4 Jul 2003 23:45:46 +0400, "Maxim Shafirov" <max@intellij.net>
wrote:
>What source control you're using?
Any further information here would be appreciated.
I have seen it brown twice when working from home, but why & how?
Thanks,
Neil
On Fri, 04 Jul 2003 15:28:07 -0400, Neil Galarneau <neil@codemesh.com>
wrote:
>OK, on to the next question:
>
>provider has been selected?
>
>I have worked in this configuration before and the files stayed
>green/black/blue.
>
>Thanks,
>
>Neil
>
>On Fri, 4 Jul 2003 22:56:17 +0400, "Maxim Shafirov" <max@intellij.net>
>wrote:
>
>>Unknown vcs status
>>
>>--
>>
>>Best regards,
>>Maxim Shafirov
>>JetBrains, Inc / IntelliJ Software
>>http://www.intellij.com
>>"Develop with pleasure!"
>>
>>
>>"Neil Galarneau" <neil@codemesh.com> wrote in message
>>news:s5ibgvs849ug7f3fevnj942opck0rlroho@4ax.com...
>>> When I started IDEA (build 701) today, I found that all of the
>>> filenames & all of the package names are brown.
>>>
>>> What does it mean?
>>>
>>> In the doc they say what green, black, and blue mean, but what is
>>> brown?
>>>
>>> Thanks,
>>>
>>> Neil
>>>
>>
I'm not sure how AccuRev plugin is implemented since its third party one.
Could you please contact its vendor?
--
Best regards,
Maxim Shafirov
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Neil Galarneau" <neil@codemesh.com> wrote in message
news:5vldgv89sghk2if92m09i9dbliajnfk0c3@4ax.com...
>
>
>
>
>
Maxim,
I have the source to this VCS plugin, but I still need the answer to
my question:
How does IDEA decide that the status of VCS is unknown?
If you can tell me this, I can look at the VCS plugin source & figure
it out.
This is on 701 & 706 by the way.
Thanks,
Neil
On Tue, 8 Jul 2003 22:09:06 +0400, "Maxim Shafirov" <max@intellij.net>
wrote:
>I'm not sure how AccuRev plugin is implemented since its third party one.
>Could you please contact its vendor?
IDEA uses Local VCS to compute file status. If local vcs caches was deleted
or was created in the new location statuses of all files will be unknown for
IDEA.
To mark project as "up-to-date" use VCS->Mark project as current. All file
statuses will be "not changed"
--
Best regards,
Olesya Smirnova
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"
"Neil Galarneau" <neil@codemesh.com> wrote in message
news:s5ibgvs849ug7f3fevnj942opck0rlroho@4ax.com...
>
>
>
>
>
Thanks!
Neil
On Wed, 9 Jul 2003 17:14:38 +0400, "Olesya Smirnova"
<lesya@intellij.com> wrote:
>IDEA uses Local VCS to compute file status. If local vcs caches was deleted
>or was created in the new location statuses of all files will be unknown for
>IDEA.
>
>To mark project as "up-to-date" use VCS->Mark project as current. All file
>statuses will be "not changed"
*blows cobwebs off of post*
I know this is a 10 year old thread, but I'm running into the same issue. I've recently added and mapped my project to my TFS workspace, and now the status of all my files are brown ("File exists locally, but is not in the repository, and is not scheduled for adding", which isn't true in my case, they are in the repository.).
That said, in the latest IDEA build (123.169), I can't seem to find the "Mark project as current" option anywhere, which I was hoping would resolve the issue. I'm assuming this option was removed from IDEA? If so, what's the other solution?
Nicholas, the fastest workaround would be to checkout the project from scratch. (via IntelliJ or Visual Studio)
Thanks Kirill, this worked.