View Single Post
  #3  
Old 03-30-2007, 02:26 PM
teognost teognost is online now
Registered User
 
Join Date: 05-25-2004
Location: Prague,Czech Republic
Posts: 200
Thanks for info!
I was not very explicite.Basically I need to perform 2 steps:
1)get a list of modified C# source files (between 2 SVN revisions )
2)based on the list from 1 ->create a list with all the modified binaries.
For example if Test1.cs file was modified -in the list from 2 should appear Test1.dll as modified (when compiling Test1.csproj
->Test1.dll is produced).
You helped me with point 1 -which is great,tks!
Any idea about how to do point 2?
I had some clues,to search inside csproj file belonging to modified cs file and read the related binary name and type (exe or dll).
But maybe someone already did such a thing in VBP,it would be much easier...
If not-I will try to do it by myself and put it on this forum for future use...
Reply With Quote