heeyeonwiz / pbscc-proxy

Automatically exported from code.google.com/p/pbscc-proxy
0 stars 0 forks source link

how to revert to old version file in PB? #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
in PB, on the datawindow or window , in it's right click menu, "check
out", then choose "show history", find an old version, "revert to this
version"

What is the expected output? What do you see instead?
revert to the old version file

What version of the product are you using? On what operating system?
pbsccsetup_2.01.80 on Win7pro.

Please provide any additional information below.

Original issue reported on code.google.com by qisheng....@gmail.com on 30 Nov 2011 at 5:24

GoogleCodeExporter commented 8 years ago
You have to use functionality of SVN and not PB.
Open windows explorer in your work copy of the repository.
Select the file that represents the object required to be reverted.
Right-click and select "tortoise svn - show log".
Revert the selected object.
This revert will be applied only to your local work copy.
You need to commit the changes into repository.

Original comment by daggett....@gmail.com on 30 Nov 2011 at 7:24

GoogleCodeExporter commented 8 years ago
thank you.
It works.

Original comment by qisheng....@gmail.com on 1 Dec 2011 at 12:08