Hello,
I have svn repository with project on it. Right now there is "good" version and on my computer there is "bad" version but I want to have both on repository.
I dont want to make any tags. I can rememebr that I once did somethinkg like that:
Commited "bad" version, then checked out old but "good" version and commited it so that "good" version is on svn and "bad" version as well as older revision.
But now when I do that and try to commit "good" version there is a message that there are no changes.
Changes which were made are: adding some code to files never deleting any code.
What is the best way to do sth like that ?