Tagged Questions
1
vote
1answer
158 views
SharpSVN is there an easy way to Export a previous version of a file at a revision where it was deleted? [Debunked]
when going through revisions I would like to download the last version of a file (That has been deleted in the revision the code is at) Right now I have been trying to export the file at the ...
0
votes
1answer
59 views
Will adding data members(At end) in Exportable struct cause problems?
Exportable function has the struct as a one of the parameter.
This dll is used by many Exes
One of the Exe needs to send some additional data , so we have added one member at the end of the struct ...