Let's say I have done this
svn import c:\myproj file:///c:/svn/myproj
I then deleted myproj in repo
Then I do again
svn import c:\myproj file:///c:/svn/myproj
It works but gives a revision number 2 whereas I would like it to restart at 1.
Is it possible ?
Thanks.