|
-
Sep 17th, 2002, 06:25 AM
#1
Thread Starter
Lively Member
vss - saving different versions
I'm using visual source safe. Now I want to save everything e. g. as version 1.0 and go on with my development. How can I do that? And how can I get back to version 1.0? Can I save multiple versions and then go back to version 1.0 or 1.1?
-
Sep 17th, 2002, 06:31 AM
#2
Frenzied Member
When you added your objects to add into vss it will give each object a version number of 1
Each time you changed an object and checked it in there will be a new version for this object.
You can always return to previous versions , but the newer versions will be deleted ( i think)
It is useful if your working with several on the same project.
Code:
If Question = Incomplete Then
AnswerNextOne
Else
ReplyIfKnown
End If
cu Swatty
-
Sep 17th, 2002, 06:44 AM
#3
Thread Starter
Lively Member
Yes that's clear.
But I want to save the whole project as a specific version. Our development has come to a point we want to save because maybe we want to present it. In the meantime we want to go on with our development but it is necessary to get the whole source of a specific version and not only of one file.
BTW: by going back newer versions are not always deleted. It depends on how you get it back. If you say get it's like "get latest version" but if you say rollback the newer version is overridden.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|