Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
$ egrep '^r+ \|' repo.svnlog | awk '{print $5}' | awk -F"-" '{print $1$2}' | uniq -c
8655 200902
5291 200901
3722 200812
588 200811
Sorry, I didn't see before your answers...
For the SVN backup, we use command "svnadmin hotcopy". It's not right ?
In fact, at the beginning, we were only 3 developpers... and now we are 7 !
When we were 3, there was no problem ! But since we are 7 ...
We open projects very often, because we don't work all the day on the same project, so we lose many time !
Any other suggestions ?
Sorry, I didn't see before your answers...
When the project is launching, there are several steps:
* Initialize Project Connection
* Logon In Project
* Synchronize Libraries
* Loading Workbench
* Generation Engine Initialization in Progress
Can you tell us which steps take time (and how much?)
During project launch, how is the CPU usage?