0

I use TortiseSVN and when I "unversion & ignore a file", it will be removed on the server. There doesnt appear to be a "ignore".

How can I ignore a file (dont change the server copy) in SVN? I dont mind using Command Prompt, but on Windows theres no svn command. Or perhaps I need to find that executable 1st

Jiew Meng
  • 84,767
  • 185
  • 495
  • 805

2 Answers2

3

TortoiseSVN has an ignore-on-commit changelist, which you can use for this purpose.

Raghuram
  • 51,854
  • 11
  • 110
  • 122
0

Get collabnet command line svn client. They provide certified binaries. And have a look at this question.

Community
  • 1
  • 1
Atiq Rahman
  • 680
  • 6
  • 24