Re: subversion error
- From: Philip Van Hoof <spam pvanhoof be>
- To: Jeff Macdonald <macfisherman gmail com>
- Cc: tinymail-devel-list gnome org
- Subject: Re: subversion error
- Date: Sun, 06 Aug 2006 10:40:40 +0200
On Sat, 2006-08-05 at 10:04 -0400, Jeff Macdonald wrote:
Hey Jeff,
> On 8/5/06, Jeff Macdonald <macfisherman gmail com> wrote:
> Anyone else getting this during svn update?
>
> svn: Failed to add file 'bindings/python/filter.py': object of
> the same name already exists
>
> a fresh checkout seems to have fixed things.
Makes sense. It was first called filter.py.in and generated as
filter.py. You probably build the code and got the generated filter.py.
Then I renamed it to filter.py and you updated your checkout without
first doing a make clean or make distclean (which of course I don't
expect everybody to do each time he or she updates his checkout).
Which made the generated file to already exist whereas Subversion wanted
to create a new file from the repository (because I renamed it). And
therefore it gave a conflict. Simply removing the filter.py would also
have corrected the problem.
Anyway, I'm glad you managed to recover from the problem. :)
--
Philip Van Hoof, software developer at x-tend
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: vanhoof at x-tend dot be
http://www.pvanhoof.be - http://www.x-tend.be
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]