hi is there any way I can avoid adding particular folders/files when I add my code to subversion.In git you can do that using .gitignore file.
suppose I have this directory structure mycode |----tobeignored1 |----tobeincluded |---tobeignored2 |---myimage.jpg |---tobeincluded2 |---mylib |---lib1.jar here I want to ignore folders tobeignored1,tobeignored2 and file myimage.jpg and add the other folders and files .Can someone tell me how to do this? regards S.