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 207338 - Subversion is not retrieving ADD (new) files
Summary: Subversion is not retrieving ADD (new) files
Status: RESOLVED INCOMPLETE
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0.1
Hardware: All All
: P1 normal (vote)
Assignee: Ondrej Vrabec
URL: http://forums.netbeans.org/viewtopic....
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 11:01 UTC by FiruzzZ
Modified: 2012-01-16 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2012-01-16 11:01:59 UTC
On this post there are more details
http://forums.netbeans.org/viewtopic.php?p=122966#122966

Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_13
Runtime = Java HotSpot(TM) Client VM 11.3-b02
Comment 1 Ondrej Vrabec 2012-01-16 12:35:35 UTC
If you go to commandline and run svn update, are the new files downloaded and added to the working copy?
Attach the message log after the update in the IDE.
Comment 2 FiruzzZ 2012-01-16 12:57:21 UTC
I don't know where to run with commandline
Comment 3 Ondrej Vrabec 2012-01-16 12:59:30 UTC
1) run 'cmd' from the start menu.
2) then 'cd' to the root of the working copy with your sources
3) run 'svn update'
4) check if the files are added or not.