Mageia Bugzilla – Attachment 1058 Details for
Bug 3346
"mgarepo submit" fails with subversion-1.7.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
The patch attached.
mgarepo.diff (text/plain), 600 bytes, created by
Shlomi Fish
on 2011-11-15 10:35:38 CET
(
hide
)
Description:
The patch attached.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2011-11-15 10:35:38 CET
Size:
600 bytes
patch
obsolete
>--- /usr/lib/python2.7/site-packages/MgaRepo/svn.py.orig 2011-11-10 20:38:12.188303496 +0200 >+++ /usr/lib/python2.7/site-packages/MgaRepo/svn.py 2011-11-10 20:38:15.464303602 +0200 >@@ -192,7 +192,7 @@ > def info(self, path, **kwargs): > cmd = ["info", path + '@' if '@' in path else path] > status, output = self._execsvn(local=True, noerror=True, *cmd, **kwargs) >- if "Not a versioned resource" not in output: >+ if (("Not a versioned resource" not in output) and ("svn: warning: W155010" not in output)): > return output.splitlines() > return None >
--- /usr/lib/python2.7/site-packages/MgaRepo/svn.py.orig 2011-11-10 20:38:12.188303496 +0200 +++ /usr/lib/python2.7/site-packages/MgaRepo/svn.py 2011-11-10 20:38:15.464303602 +0200 @@ -192,7 +192,7 @@ def info(self, path, **kwargs): cmd = ["info", path + '@' if '@' in path else path] status, output = self._execsvn(local=True, noerror=True, *cmd, **kwargs) - if "Not a versioned resource" not in output: + if (("Not a versioned resource" not in output) and ("svn: warning: W155010" not in output)): return output.splitlines() return None
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 3346
: 1058