views:

49

answers:

2

im using netbeans for svn.

i open a project in netbeans and then i import it to a svn repo.

it seems that although im only importing the project folder, svn creates .svn folders in all folders within this project folder.

why is that? i thought that i was only creating .svn folders to checked out projects, not imported ones?

now this folder acts very weird, when i open this folder as a project in netbeans, netbeans treats it like a svn folder some way.

is this normal? cause i want this one to not be under SVN.

+1  A: 

It sounds like importing the project also turned it into a working copy.

Michael Hackner
yes...weird...cause i dont want to make it a working copy..but have it original...guess i have to COPY first THEN import :)
never_had_a_name
A: 

You can provide svn exclusions for **/.svn/ in Java build path for that project. Netbeans will ignore these folders.

Epitaph