Click here to Skip to main content
15,900,815 members
Home / Discussions / C#
   

C#

 
GeneralRe: Value of SW_SHOWNOACTIVATE!!! Pin
Luc Pattyn9-Jan-07 4:39
sitebuilderLuc Pattyn9-Jan-07 4:39 
AnswerRe: Value of SW_SHOWNOACTIVATE!!! Pin
Pete O'Hanlon9-Jan-07 4:27
mvePete O'Hanlon9-Jan-07 4:27 
QuestionWAV file management [modified] Pin
Amit D9-Jan-07 4:09
Amit D9-Jan-07 4:09 
QuestionHi............. Pin
Exelioindia9-Jan-07 3:37
Exelioindia9-Jan-07 3:37 
AnswerRe: Hi............. Pin
Rob Graham9-Jan-07 3:56
Rob Graham9-Jan-07 3:56 
AnswerRe: Hi............. Pin
Not Active9-Jan-07 3:58
mentorNot Active9-Jan-07 3:58 
Questionactual Subversion Revision [modified] Pin
Martin#9-Jan-07 3:35
Martin#9-Jan-07 3:35 
AnswerRe: actual Subversion Revision Pin
Daniel Grunwald9-Jan-07 6:06
Daniel Grunwald9-Jan-07 6:06 
Here's how to get the BASE revision (the revision a working copy contains) - I use this to generate the version number for the AssemblyInfo file in the pre-build-task:
Client client = new Client();
int revision = client.SingleStatus(workingDirectory).Entry.Revision;

This operation does not contact the server, it simply looks at the .svn folder.


Getting the HEAD revision might work similar (but you have to contact the repository), try to get the status of the repository URL.
GeneralRe: actual Subversion Revision Pin
Martin#9-Jan-07 8:35
Martin#9-Jan-07 8:35 
GeneralRe: actual Subversion Revision Pin
Martin#9-Jan-07 9:25
Martin#9-Jan-07 9:25 
QuestionData breakpoint Pin
Bekjong9-Jan-07 2:28
Bekjong9-Jan-07 2:28 
AnswerRe: Data breakpoint Pin
Eric Dahlvang9-Jan-07 3:26
Eric Dahlvang9-Jan-07 3:26 
GeneralRe: Data breakpoint Pin
Bekjong9-Jan-07 3:29
Bekjong9-Jan-07 3:29 
QuestionHow to access files in Unix server from windows machine through C# code Pin
gknath9-Jan-07 2:19
gknath9-Jan-07 2:19 
AnswerRe: How to access files in Unix server from windows machine through C# code Pin
Luc Pattyn9-Jan-07 4:43
sitebuilderLuc Pattyn9-Jan-07 4:43 
QuestionDatagrid Issue Pin
Dragoh2119-Jan-07 0:48
Dragoh2119-Jan-07 0:48 
QuestionCOM objects in C# with config files. Pin
Marcus_29-Jan-07 0:46
Marcus_29-Jan-07 0:46 
Questionreturning values Pin
satyam1439-Jan-07 0:34
satyam1439-Jan-07 0:34 
AnswerRe: returning values Pin
Mircea Puiu9-Jan-07 0:36
Mircea Puiu9-Jan-07 0:36 
AnswerRe: returning values Pin
Colin Angus Mackay9-Jan-07 0:42
Colin Angus Mackay9-Jan-07 0:42 
AnswerRe: returning values Pin
M. A. Deniz Yalman9-Jan-07 0:45
M. A. Deniz Yalman9-Jan-07 0:45 
GeneralRe: returning values Pin
Colin Angus Mackay9-Jan-07 5:43
Colin Angus Mackay9-Jan-07 5:43 
AnswerRe: returning values Pin
ednrgc9-Jan-07 2:59
ednrgc9-Jan-07 2:59 
AnswerRe: returning values Pin
andyharman9-Jan-07 6:58
professionalandyharman9-Jan-07 6:58 
GeneralRe: returning values Pin
PandaBear113-Nov-09 16:29
PandaBear113-Nov-09 16:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.