[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

ignored files

From: sajan <sajanjoseph_at_gmail.com>
Date: Sat, 18 Dec 2010 09:39:55 -0800 (PST)

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.
Received on 2010-12-20 07:50:32 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.