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

Re: NEWBIE : howto ignore a directory on a client computer

From: Ryan Hathaway <rghathaway_at_starkcountyohio.gov>
Date: Mon, 28 Jul 2014 09:32:47 -0400

Hi Marc,

You should choose the proper check out depth when you check out your project folder, so it doesn't pick up subfolders. Do a checkout into a new empty folder, and you get the options:
Fully recursive [Default option]
Immediate children, including folders
Only file children
Only this item

The Default option will mirror the entire project onto your local PC by default. Probably you will want to use the depth "Only file children" on the folder that contains the subdirectories you don't want.

Thank you,

-Ryan

Ryan Hathaway
Programmer Analyst

Office of Alan Harold, Auditor
Stark County Ohio
110 Central Plaza S
Canton, OH 44702

330-451-1414

***Please note: My email address has changed to rghathaway_at_starkcountyohio.gov ***
>>> Marc MENDEZ <mme.web100t_at_gmail.com> 07/28/14 8:26 AM >>>
Hi,

Just a simple question I think .

I have just installed TortoiseSVN and I share a common trunk with my colleagues.

I don't want to get a sub-directory, just on my computer (it contains files I don't care). Of course, my collegues use it and commit files from their own computer.
 
I tried to add a svn:ignore property on the sub-directory or on the parent one : it does not seem to work... Tortoise want me to commit changes... and I don't want to delete files in the trunk ! I tried to clean the directory as well ...
 

Thanks for your help

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3085874

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-07-28 15:33:40 CEST

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

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