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 119643 - [60cat] Adding files to Subversion when they are created.
Summary: [60cat] Adding files to Subversion when they are created.
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker with 3 votes (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-22 13:23 UTC by davidsalter
Modified: 2013-02-03 00:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2007-10-22 13:23:09 UTC
[ JDK VERSION : 1.6.0_02 ]

When I create a new file in NB that is inside a project that's under
Subversion control, the file is displayed in green indicating its
new.  When I do a commit, the file is committed as expected.

If I do a commit outside of NB however (e.g. using Tortoise SVN or
svn.exe), Subversion doesn't recognize the file unless I manually
schedule it to be added to svn first.

I think it would be very useful if when I create a file in NB, it is
automatically added to svn (without being committed).  I know this is
how IntelliJ IDEA works.
Comment 1 Tomas Stupka 2009-12-08 10:52:03 UTC
creating files in and then committing from outside the ide sounds like a corner case - we won't support that. The workaround is quite simple - commit from the ide or add before committing in some other tool. thanks for understanding.
Comment 2 nahuelhds 2013-02-03 00:37:43 UTC
"creating files in and then committing from outside the ide sounds like a corner
case"

Yes. It could be, but in my case, I have a very large project that trying to commit it trought NB take more than 8 hours (yeah, that time), when through Tortoise just 2. So it would be very useful if the IDE could recognize somehow these changes, wouldn't it?