Closed GoogleCodeExporter closed 9 years ago
Can you go into your CVS project and run the following command? This will show
the value of the repository
saved in all of the directories. They should all be the same.
find . -name Root | xargs cat
Original comment by Kevin.Da...@gmail.com
on 20 Oct 2007 at 7:17
Just checked and they are all the same
/Users/cody/Repository
Original comment by CodyPrec...@gmail.com
on 21 Oct 2007 at 12:04
I found a way to consistently reproduce the showing of this dialog by accident
today.
If you have the editra-plugins checked out and added as a project to the
projects
pane this will reproduce it.
1) Open Editra, have the editra-plugins directory expanded in the tree
2) From your shell run the new build_all.sh script that I added to the
repository today
The build_all.sh script will run through and try to build all the plugins in the
project directory by simply stepping in and out of the directories and running
setup.py. This for some reason however causes the "Files from Multiple
Repositories"
to open many times.
Maybe it has something to do with the status on a number of files changing in a
short
time, as it did when I saw this happen after running an svn update from the
command
line the other day.
Original comment by CodyPrec...@gmail.com
on 21 Oct 2007 at 11:07
I'm not sure what was going through my head when I wrote that code the first
time. It was comparing the paths
of the files not the repositories of the paths. I'm not sure how that passed
even the little bit of testing that I did.
It seems to be working now.
Original comment by Kevin.Da...@gmail.com
on 22 Oct 2007 at 9:18
Move old 'fixed' issues to verified
Original comment by CodyPrec...@gmail.com
on 3 Feb 2009 at 8:18
Original issue reported on code.google.com by
CodyPrec...@gmail.com
on 20 Oct 2007 at 3:59