0

I have a repository already online, but I want to commit what I have on my hard drive and disregard what is on the online repository.

I know I can do an initial checkout on a blank folder, then delete the downloaded files, paste the new files to the folder in Windows Explorer and then do a commit. But I'd rather skip this step. There must be a way to do this. Right?

Zoe
  • 27,060
  • 21
  • 118
  • 148
Sergio Tapia
  • 40,006
  • 76
  • 183
  • 254

1 Answers1

2

You can delete files directly in the repository in TortoiseSVN's "browse repository" dialog. There, you can also add files from your local drive directly using "Add..." or doing a simple drag and drop.

Pekka
  • 442,112
  • 142
  • 972
  • 1,088