How to manage the svn repository layout?

2010-07-27 Thread fantasy1215
In the svn repository, the repository directory layout now is awful, I plan to reorganize the layout, But I don't know what's risk I will take. Q1:If I move sub1 from / to sub2 directory, will the log and revision still remain under sub1? Q2:If I move sub1 from / to sub2 directory, the workcopy ne

Calling svn.exe from C++ code!

2010-06-18 Thread fantasy1215
For some reason, I need to call svn.exe in my code, following is just a test hard written code, What am I doing is just 'svn diff'. but it doesn't work. Not touch a c:\abc123.txt file. Thanks in advance! TCHAR szExePath[] = TEXT("C:\\Program Files\\Subversion\\bin\\svn.exe"); SHELL