views:

30

answers:

2

Hi, I daily make a few commits and publish my webservice and I daily make a few mistakes with this, because I forget about doing update. Is there any way to get mesaage box with question "Did you update changes ?). This message bo could arrise while I'm click publish or commit.

I use vs 2008, tortoise, and ankh svn.

A: 

There's not much to it really, just remember to get latest version, built, run tests and then update.

Fermin
+2  A: 

The key to solving all these issues (this includes files which someone forgot to add etc.) is by always building/testing/publishing from a fresh checkout, preferably on a tag, preferably on a dedicated machine.

sbi