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

Re: Delete files only in my computer

From: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 4 Dec 2008 12:19:48 -0800

Read the SVN manual about template files.

In a nutshell. If you have a file that people need to customize on their
machines, but NOT check in to the repo, then use a template.

Say the file you want to edit is called 'config.txt'

1) Create a template 'config.txt.in' and check it into the repo
2) Add config.txt to the svn:ignore list for for the directory in which it
lives
3) Tell the users to copy config.txt.in to config.txt and modify to their
hearts content. When they do a commit, it won't be in the list (because
it's ignored)

NOTE: You can't ignore a file that's already checked in. Actually, you can
add it to the list, it just won't do anything.

On Thu, Dec 4, 2008 at 12:03 PM, Grigolon <egrigolon_at_gmail.com> wrote:

> Hi people,
>
> It is possible to delete the files that are in my computer under TSVN
> control and not on the SVN itself? Because when I delete file, and
> then I run a "commit" command, the delete file is included as missed,
> and it delete from the SVN server. I don't want that!
>
> Here in my company we need to download only some files, work on them,
> and we its complete, delete it from the computer.
>
> How can I do that?
>
> Thank you,
> Grigolon
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=979796
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-04 21:23:52 CET

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.