code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

CVS multfile checkin #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select multiple files in the same repository 
2. Select Commit changes

A dialog comes up saying that I have selected files from multiple
repositories and does not let me continue the commit.

I also strangely noticed this dialog come up one time when I ran an svn
update from the command line.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 20 Oct 2007 at 3:59

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Just checked and they are all the same

/Users/cody/Repository

Original comment by CodyPrec...@gmail.com on 21 Oct 2007 at 12:04

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Move old 'fixed' issues to verified

Original comment by CodyPrec...@gmail.com on 3 Feb 2009 at 8:18