LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Locking a sub directory in Trunk of SVN (https://www.linuxquestions.org/questions/linux-desktop-74/locking-a-sub-directory-in-trunk-of-svn-771479/)

Guptarulz 11-25-2009 10:02 AM

Locking a sub directory in Trunk of SVN
 
Hi All,
I want to stop one specific sub directory (in my case log) to stop checking in to SVN

Is there any way to do that ?



FOr Example
Trunk
-- myProjcet
--Log
--COde

I want that log should not be checked in to SVN
while other sub directories of myProject should checked in to SVN

Thanks

janoszen 11-25-2009 11:16 AM

Ignore
 
You need to set the svn:ignore to * on logs and then commit the directory.


All times are GMT -5. The time now is 05:11 PM.