apoorv020
apoorv020

Reputation: 5650

svn remove file from repo and not working copy

I have a situation in which a file exists in both the repo and the working copy. However, the file is different for each machine. How do I remove the file only from repository and not the working copy?

PS : I am on ubuntu, so I'm using rapidsvn/kdesvn/command line.

Upvotes: 1

Views: 1171

Answers (1)

Matthew Flaschen
Matthew Flaschen

Reputation: 284796

You can use:

svn remove --keep-local

Upvotes: 1

Related Questions