<feed xmlns='http://www.w3.org/2005/Atom'>
<title>GitPython/test/testlib, branch 0.2</title>
<subtitle>Forked from https://github.com/gitpython-developers/GitPython</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/'/>
<entry>
<title>Converted all tabs to 4 space characters each to comply with pep8</title>
<updated>2010-03-04T08:06:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-03-04T08:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b'/>
<id>72bcdbd0a0c8cc6aa2a7433169aa49c7fc19b55b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>index: added move method including test</title>
<updated>2010-02-19T16:54:30+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-02-19T15:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=f96ee7463e2454e95bf0d77ca4fe5107d3f24d68'/>
<id>f96ee7463e2454e95bf0d77ca4fe5107d3f24d68</id>
<content type='text'>
test.helpers: temporary rw repository creators now set the working dir of the program, easing working with relative paths a lot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test.helpers: temporary rw repository creators now set the working dir of the program, easing working with relative paths a lot
</pre>
</div>
</content>
</entry>
<entry>
<title>repo: renamed directories to more descriptive identifiers and made them safer to use in case of bare repositories</title>
<updated>2009-12-03T15:31:07+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-12-03T15:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=c05ef0e7543c2845fd431420509476537fefe2b0'/>
<id>c05ef0e7543c2845fd431420509476537fefe2b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Index tests adopted to windows - especially the symlink test needed adjustment, but it works as expected even on systems that do not support symlinks</title>
<updated>2009-11-06T09:34:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-06T09:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=d2ff5822dbefa1c9c8177cbf9f0879c5cf4efc5c'/>
<id>d2ff5822dbefa1c9c8177cbf9f0879c5cf4efc5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helper: repo creation functions now handle errors on windows during os.remove by changing the mode to 777 and delete the file again. Otherwise the whole operation would fail on read-only files. Why is windows as it is ? Why does it do that to me ?</title>
<updated>2009-11-05T21:24:01+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-05T21:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=179a1dcc65366a70369917d87d00b558a6d0c04d'/>
<id>179a1dcc65366a70369917d87d00b558a6d0c04d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>repo.clone: Added plenty of special handling to allow drive letters to work as expected. Its quite terrible to see a two-line method inflate to 20</title>
<updated>2009-11-05T20:20:10+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-05T20:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=555b0efc2c19aa8cf7c548b4097bd20a73f572ca'/>
<id>555b0efc2c19aa8cf7c548b4097bd20a73f572ca</id>
<content type='text'>
as there is no git-daemon on windows, some tests will not work. The error message has been adjusted to be more precise for the poor people trying to run the tests on windows ( including myself )
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as there is no git-daemon on windows, some tests will not work. The error message has been adjusted to be more precise for the poor people trying to run the tests on windows ( including myself )
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd: added clear_cache method now used by test repo decorators to be sure persistent commands are killed before trying to remove the directory. Unfortunately, it still claims someone has opened the file. handle.exe does not show anyone, so what is happening here ? Is it just a windows odity ? If nothing helps I could just keep the temp data, but lets do some more testing first</title>
<updated>2009-11-05T19:09:35+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-05T19:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=46c9a0df4403266a320059eaa66e7dce7b3d9ac4'/>
<id>46c9a0df4403266a320059eaa66e7dce7b3d9ac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improved error when setting up server based test to make clear a server needs to be started</title>
<updated>2009-11-04T20:39:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-04T20:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=453995f70f93c0071c5f7534f58864414f01cfde'/>
<id>453995f70f93c0071c5f7534f58864414f01cfde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>helpers: fixed and improved test repo decorators to use the new head.checkout functions for greater ease of use - they work exactly as expected now.</title>
<updated>2009-11-04T19:12:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-11-04T19:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=ec1f9c9e9a6ce14ddc69b6be65188b3438f31f23'/>
<id>ec1f9c9e9a6ce14ddc69b6be65188b3438f31f23</id>
<content type='text'>
Fixed failing test in remote tests by actually removing the line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed failing test in remote tests by actually removing the line
</pre>
</div>
</content>
</entry>
<entry>
<title>Tried to use shallow repository - this works in case it is remote, but unfortunately, deepening the repository fails if the server is used. This is bad, but a workaround is to create another shared repo which pushes a changes that we fetch into our given repo. This should provide more output to properly test the fetch handling. Harder than I thought</title>
<updated>2009-10-28T17:09:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-28T17:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/GitPython/commit/?id=a519942a295cc39af4eebb7ba74b184decae13fb'/>
<id>a519942a295cc39af4eebb7ba74b184decae13fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
