- Dec 11, 1999
- 16,566
- 4,481
- 75
Can somebody please help explain Subversion to me?
I committed a revision (r801) on a Dev server. I want to check out that revision on a QA server so it can be tested. I'm trying not to tag it until it is tested. I checked out the code on the QA server. It claims to be r801, but the files don't match.
The only difference I can see between the two svn configurations is when I run "svnversion". Dev says "775:801", while QA says just "801". What's going on?
I wish I could just use Git instead.
I committed a revision (r801) on a Dev server. I want to check out that revision on a QA server so it can be tested. I'm trying not to tag it until it is tested. I checked out the code on the QA server. It claims to be r801, but the files don't match.
The only difference I can see between the two svn configurations is when I run "svnversion". Dev says "775:801", while QA says just "801". What's going on?
I wish I could just use Git instead.