[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-11-06 Thread Launchpad Bug Tracker
This bug was fixed in the package meld - 1.5.0-0ubuntu1.1

---
meld (1.5.0-0ubuntu1.1) natty-proposed; urgency=low

  * debian/patches/fix_iteration.patch
- Fix hangup when comparing some files (LP: #774265)
  * debian/patches/fix-786134.patch
- Fix another hangup when comparing some files (LP: #786134)
  * debian/patches/fix-svn-external-crash.patch
- Fix crash when svn wc contains externals (LP: #787831)
  * debian/patches/fix-vcs-cwd.patch
- allow opening vcs diff from outside of vcs-dir (LP: #770549)
 -- Julian Taylor jtaylor.deb...@googlemail.com   Mon, 22 Aug 2011 13:17:43 
+0200

** Changed in: meld (Ubuntu Natty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-11-05 Thread Svein Seldal
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/meld

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-28 Thread Chris Halse Rogers
Hello Svein, or anyone else affected,

Accepted meld into natty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: meld (Ubuntu Natty)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-26 Thread Marc Deslauriers
** Also affects: meld (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: meld (Ubuntu Natty)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-22 Thread Julian Taylor
** Description changed:

  Binary package hint: meld
  
  
- If I run meld in a SVN working copy to display local modifications, meld 
crashes if the working copy contains a SVN externals directory. The following 
traceback is given:
+ If I run meld in a SVN working copy to display local modifications, meld 
crashes if the working copy contains a SVN externals directory.
  
+ TESTCASE:
+ svnadmin create /tmp/test-repo
+ svn co file:///tmp/test-repo repo
+ cd repo
+ echo bla  file
+ svn add file
+ svn commit
+ svn cp file new-copy; meld .
+ 
+ 
+ The following traceback is given:
  Traceback (most recent call last):
File /usr/lib/meld/meld/task.py, line 130, in iteration
  ret = task()
File /usr/lib/meld/meld/vcview.py, line 330, in _search_recursively_iter
  entries = filter(showable, self.vc.listdir(root))
File /usr/lib/meld/meld/vc/_vc.py, line 166, in listdir
  dirs, files = self.lookup_files(cdirs, cfiles)
File /usr/lib/meld/meld/vc/_vc.py, line 175, in lookup_files
  return self._get_dirsandfiles(directory, dirs, files)
File /usr/lib/meld/meld/vc/svn.py, line 105, in _get_dirsandfiles
  for match in self._get_matches(directory):
File /usr/lib/meld/meld/vc/svn.py, line 95, in _get_matches
  rev = status.attrib[revision]
  KeyError: 'revision'
  
  System info: Natty on amd64. meld 1.5.0-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-22 Thread Julian Taylor
** Description changed:

  Binary package hint: meld
  
  
  If I run meld in a SVN working copy to display local modifications, meld 
crashes if the working copy contains a SVN externals directory.
  
  TESTCASE:
  svnadmin create /tmp/test-repo
  svn co file:///tmp/test-repo repo
  cd repo
  echo bla  file
  svn add file
  svn commit
  svn cp file new-copy; meld .
  
  
  The following traceback is given:
  Traceback (most recent call last):
File /usr/lib/meld/meld/task.py, line 130, in iteration
  ret = task()
File /usr/lib/meld/meld/vcview.py, line 330, in _search_recursively_iter
  entries = filter(showable, self.vc.listdir(root))
File /usr/lib/meld/meld/vc/_vc.py, line 166, in listdir
  dirs, files = self.lookup_files(cdirs, cfiles)
File /usr/lib/meld/meld/vc/_vc.py, line 175, in lookup_files
  return self._get_dirsandfiles(directory, dirs, files)
File /usr/lib/meld/meld/vc/svn.py, line 105, in _get_dirsandfiles
  for match in self._get_matches(directory):
File /usr/lib/meld/meld/vc/svn.py, line 95, in _get_matches
  rev = status.attrib[revision]
  KeyError: 'revision'
  
+ regression potential:
+ low, small easily backported fix
+ The fix was released in 1.5.1 in oneiric and there are no reported 
regressions.
+ 
  System info: Natty on amd64. meld 1.5.0-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-08-15 Thread Julian Taylor
the fix is included in meld 1.5.1 published in oneiric

** Changed in: meld (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meld/+bug/787831/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-06-07 Thread Julian Taylor
** Changed in: meld (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787831] Re: Meld crashes if svn working dir contains svn externals dirs

2011-06-07 Thread Julian Taylor
fixed upstream in commit 8d7e4aff715a933957a9cec99175fd15fec846a6

http://git.gnome.org/browse/meld/commit/?id=8d7e4aff715a933957a9cec99175fd15fec846a6

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787831

Title:
  Meld crashes if svn working dir contains svn externals dirs

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs