Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 344)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#136 wontfix python 2.7.6 loses pipe output. dmik Steven Levine
Description

cvs2svn v2.40 is a python app that can convert cvs repos to a number of formats.

While attempting to use cvs2svn to convert a cvs repo to git, I discovered our python port does not handle pipe output properly.

The visible symptom is that the git repo is structured correctly, but all the files are empty because the piped output of the cvs commands is lost.

cvs2svn is avaiable at ​http://cvs2svn.tigris.org/files/documents/1462/49237/cvs2svn-2.4.0.tar.gz

A simple testcase (testcase.py) is attached to this ticket. The testcase requires a cvs2svn installation, but uses on one cvs2svn function which could be moved into the testcase.

The expected output is the data variable contains the command output. The current behavior is that the data variable remains empty.

#215 fixed git am no longer works dmik Dave Yeo
Description

Attempting to import a patch with git am 0001-foo.patch or git am < 0001-foo.patch no longer works, there's some activity (I tried with a large patch) then git silently exits without the patch being imported and applied. Using the --interactive flag results in the same. Also git-am is not found though it is in /usr/libexec/git-core and I tested from a sh prompt due to symlinks (should be using ln4exe so that cmd.exe can find these files).

#241 fixed lua support in rpm dmik Silvan Scherrer
Description

as lua is ported and available as devel as well, we should enable it in rpm. as more and more spec files need it.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.