This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225406 - subversion menu options disabled from icon (root) project
Summary: subversion menu options disabled from icon (root) project
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 11:18 UTC by FiruzzZ
Modified: 2013-01-29 12:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (57.49 KB, text/plain)
2013-01-28 11:18 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2013-01-28 11:18:07 UTC
after update a project and working on it, at the time to make a commit the options on the menu Subversion > are all disabled except for "commit.." but is doesn't work neither. The subversion menu options are full availables right clicking in any package (even the visual folders Source Packages, Test.. and so on ) of the project but not from the icon (root) of the project in self.
commiting from Source Packages didn't give me the same result that doing from Project itself, I had to made 3 differents commits.
Comment 1 FiruzzZ 2013-01-28 11:18:13 UTC
Created attachment 130719 [details]
IDE log
Comment 2 Ondrej Vrabec 2013-01-28 12:56:21 UTC
What about after you restart the IDE, how does the menu look like then?
> commiting from Source Packages didn't give me the same result that doing from
> Project itself, I had to made 3 differents commits
What do you mean? On what folders did you run the other two commits?
I guess it's your project setup, it probably downloaded (with the svn update) a dependency on a different folder (possibly versioned by a different VCS).
Comment 3 FiruzzZ 2013-01-29 11:15:39 UTC
i meant that "right clicking on Source Project > Subversion > Commit.." didn't commit the whole project changes, from some reason it left some packages without commit, so i had to do 2 commits more.
The version of SVN are the same from more than a year (I had to download Subversion soft to use commandLine as preferred Cli), nothing has changed.

PD: no, restarting the IDE didn't solve anything.

And after made those 3 commits didn't solve neither, so I did a Checkout and done. All seems to work normally again.
Comment 4 Ondrej Vrabec 2013-01-29 12:01:05 UTC
> so I did a Checkout and done. All seems to work normally again.
great.