You can debug it! >From the backtrace you posted it looks like it's looking for a directory under .svn called gcl_info or something, right? I'd look to see what's there, maybe try moving it to the side temporarily to see if that helps, etc.
On Tue, May 26, 2009 at 11:01 PM, Mohamed Mansour <[email protected]> wrote: > > Sorry for another post, but now I am trying to commit my changes in > Linux (It was working fine, I submitted a patch couple of days ago). > Now I can't even do gcl changes command. What should I do to fix up my > messups :( I have no experience in svn (only in chromium), so any help > is appreciated. > > m...@m0-desktop:~/code/chromium/src$ gcl changes > Traceback (most recent call last): > File "/mnt/backup/code/chromium/depot_tools/gcl.py", line 1149, in > <module> > sys.exit(main()) > File "/mnt/backup/code/chromium/depot_tools/gcl.py", line 1057, in > main > if not os.path.exists(GetInfoDir()): > File "/mnt/backup/code/chromium/depot_tools/gcl.py", line 113, in > GetInfoDir > return os.path.join(GetRepositoryRoot(), '.svn', 'gcl_info') > File "/mnt/backup/code/chromium/depot_tools/gcl.py", line 99, in > GetRepositoryRoot > raise Exception("gcl run outside of repository") > Exception: gcl run outside of repository > m...@m0-desktop:~/code/chromium/src$ > > > On May 27, 1:53 am, Mohamed Mansour <[email protected]> wrote: >> Hi, >> Today I am trying to submit another patch, and it is not allowing me to do >> that, it somewhat fails. I am trying to do the following: >> >> gcl change 11435 >> >> It brings up notepad and I add my stuff as I normally do. Then I save and >> close notepad. I run the gcl change command again (or even lint). I get >> these svn issues. >> >> svn: Can't open file >> 'M:\code\chromium\src\chrome\browser\views\options\content_page_view.cc\.svn\entries': >> The directory name is invalid. >> svn: Can't open file >> 'M:\code\chromium\src\chrome\browser\views\options\advanced_contents_view.cc\.svn\entries': >> The directory name is invalid. >> >> I run gcl change 11435 and I see those two files missing, so I do another >> lint, and I see. >> >> svn: Can't open file >> 'M:\code\chromium\src\chrome\browser\views\options\content_page_view.h\.svn\entries': >> The directory name is invalid. >> >> I do another gcl change 11435 to see whats wrong, and my changed files are >> not in the list anymore, its like it deleted everything. >> >> What may have went wrong? >> >> Maybe my setup is incorrect, I am submitting bugs on linux and on windows, >> and I shared my ext3 linux partition in windows. I installed chromium on >> linux first, and today I decided to fix a bug, after spending 3 hours on it >> (refactoring etc) I can't submit the patch. >> >> I would really like to fix this. Any suggestions? Its 2 AM EST and IRC seems >> dead tonight after 10 :(. >> >> Thanks! >> >> -- Mohamed Mansour > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
