Tree conflict on locked file

View: New views
6 Messages — Rating Filter:   Alert me  

Tree conflict on locked file

by Rast, Frank :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi all,

 

I am getting an unexpected ‘tree conflict’  when I do the following:

 

>svn lock test.txt

'test.txt' locked by user 'XXXXXX'.

 

>svn delete test.txt

D         test.txt

 

>svn update

   C test.txt

At revision 1.

Summary of conflicts:

  Tree conflicts: 1

 

>svn status

D    KC test.txt

      >   local delete, incoming edit upon update

 

>svn --version

svn, version 1.6.4 (r38063)

   compiled Aug  8 2009, 15:25:21

 

Copyright (C) 2000-2009 CollabNet.

Subversion is open source software, see http://subversion.tigris.org/

This product includes software developed by CollabNet (http://www.Collab.Net/).

 

The following repository access (RA) modules are available:

 

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.

  - handles 'http' scheme

  - handles 'https' scheme

* ra_svn : Module for accessing a repository using the svn network protocol.

  - with Cyrus SASL authentication

  - handles 'svn' scheme

* ra_local : Module for accessing a repository on local disk.

  - handles 'file' scheme

* ra_serf : Module for accessing a repository via WebDAV protocol using serf.

  - handles 'http' scheme

  - handles 'https' scheme

 

Without getting the lock there is no ‘tree conflict’.

 

Is this behavior correct? What is the reason for this?

 

I want to achieve that no one works on a file that I plan to delete until I commit.

 

Could somebody please look at this?

 

Thanks,

 Frank Rast

 


Re: Tree conflict on locked file

by Stephen Butler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Quoting "Rast, Frank" <Frank.Rast@...>:

> Hi all,
>
>
>
> I am getting an unexpected 'tree conflict'  when I do the following:

Hi Frank,

Thanks for the report.  I get the same unexpected tree conflict using
Subversion trunk (pre-1.7).

I created a new test for trunk (r38718).  When we fix the failing test,
we can probably backport it to 1.6.x.

Steve

>
>
>
>> svn lock test.txt
>
> 'test.txt' locked by user 'XXXXXX'.
>
>
>
>> svn delete test.txt
>
> D         test.txt
>
>
>
>> svn update
>
>    C test.txt
>
> At revision 1.
>
> Summary of conflicts:
>
>   Tree conflicts: 1
>
>
>
>> svn status
>
> D    KC test.txt
>
>       >   local delete, incoming edit upon update
>
>
>
>> svn --version
>
> svn, version 1.6.4 (r38063)
>
>    compiled Aug  8 2009, 15:25:21
>
>
>
> Copyright (C) 2000-2009 CollabNet.
>
> Subversion is open source software, see http://subversion.tigris.org/
>
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
>
>
> The following repository access (RA) modules are available:
>
>
>
> * ra_neon : Module for accessing a repository via WebDAV protocol using
> Neon.
>
>   - handles 'http' scheme
>
>   - handles 'https' scheme
>
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
>
>   - with Cyrus SASL authentication
>
>   - handles 'svn' scheme
>
> * ra_local : Module for accessing a repository on local disk.
>
>   - handles 'file' scheme
>
> * ra_serf : Module for accessing a repository via WebDAV protocol using
> serf.
>
>   - handles 'http' scheme
>
>   - handles 'https' scheme
>
>
>
> Without getting the lock there is no 'tree conflict'.
>
>
>
> Is this behavior correct? What is the reason for this?
>
>
>
> I want to achieve that no one works on a file that I plan to delete
> until I commit.
>
>
>
> Could somebody please look at this?
>
>
>
> Thanks,
>
>  Frank Rast
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2383212
>
> To unsubscribe from this discussion, e-mail:  
> [users-unsubscribe@...].



--
Stephen Butler | Software Developer
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2383249

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

AW: Tree conflict on locked file

by Rast, Frank :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Stephen,

thank you for looking into this.

It would be great to get a fix for 1.6.x.

Best regards,
Frank Rast

-----Ursprüngliche Nachricht-----
Von: Stephen Butler [mailto:sbutler@...]
Gesendet: Donnerstag, 13. August 2009 13:45
An: Rast, Frank
Cc: users@...; Moser, Bernd
Betreff: Re: Tree conflict on locked file

Quoting "Rast, Frank" <Frank.Rast@...>:

> Hi all,
>
>
>
> I am getting an unexpected 'tree conflict'  when I do the following:

Hi Frank,

Thanks for the report.  I get the same unexpected tree conflict using
Subversion trunk (pre-1.7).

I created a new test for trunk (r38718).  When we fix the failing test,
we can probably backport it to 1.6.x.

Steve

>
>
>
>> svn lock test.txt
>
> 'test.txt' locked by user 'XXXXXX'.
>
>
>
>> svn delete test.txt
>
> D         test.txt
>
>
>
>> svn update
>
>    C test.txt
>
> At revision 1.
>
> Summary of conflicts:
>
>   Tree conflicts: 1
>
>
>
>> svn status
>
> D    KC test.txt
>
>       >   local delete, incoming edit upon update
>
>
>
>> svn --version
>
> svn, version 1.6.4 (r38063)
>
>    compiled Aug  8 2009, 15:25:21
>
>
>
> Copyright (C) 2000-2009 CollabNet.
>
> Subversion is open source software, see http://subversion.tigris.org/
>
> This product includes software developed by CollabNet
> (http://www.Collab.Net/).
>
>
>
> The following repository access (RA) modules are available:
>
>
>
> * ra_neon : Module for accessing a repository via WebDAV protocol using
> Neon.
>
>   - handles 'http' scheme
>
>   - handles 'https' scheme
>
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
>
>   - with Cyrus SASL authentication
>
>   - handles 'svn' scheme
>
> * ra_local : Module for accessing a repository on local disk.
>
>   - handles 'file' scheme
>
> * ra_serf : Module for accessing a repository via WebDAV protocol using
> serf.
>
>   - handles 'http' scheme
>
>   - handles 'https' scheme
>
>
>
> Without getting the lock there is no 'tree conflict'.
>
>
>
> Is this behavior correct? What is the reason for this?
>
>
>
> I want to achieve that no one works on a file that I plan to delete
> until I commit.
>
>
>
> Could somebody please look at this?
>
>
>
> Thanks,
>
>  Frank Rast
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2383212
>
> To unsubscribe from this discussion, e-mail:  
> [users-unsubscribe@...].



--
Stephen Butler | Software Developer
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2383276

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

RE: Tree conflict on locked file

by Johan Corveleyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is there an issue in the issue tracker for this problem? Is it already addressed in trunk and planned for backport to 1.6.x (or is it already in a recent 1.6.x)? Or has it fallen through the cracks, and should I enter it into the issue tracker?

I'm recently also running into this issue. Actually a small variation:
$ svn lock test.txt
$ svn move test.txt test2.txt
$ svn update
-> Tree conflict on the deleted test.txt

(i.e. a move instead of a delete, but I suppose that's almost the same thing in this case).

Regards,
Johan

> -----Oorspronkelijk bericht-----
> Van: Rast, Frank [mailto:Frank.Rast@...]
> Verzonden: donderdag 13 augustus 2009 15:05
> Aan: Stephen Butler
> CC: users@...; Moser, Bernd
> Onderwerp: AW: Tree conflict on locked file
>
> Hi Stephen,
>
> thank you for looking into this.
>
> It would be great to get a fix for 1.6.x.
>
> Best regards,
> Frank Rast
>
> -----Ursprüngliche Nachricht-----
> Von: Stephen Butler [mailto:sbutler@...]
> Gesendet: Donnerstag, 13. August 2009 13:45
> An: Rast, Frank
> Cc: users@...; Moser, Bernd
> Betreff: Re: Tree conflict on locked file
>
> Quoting "Rast, Frank" <Frank.Rast@...>:
>
> > Hi all,
> >
> >
> >
> > I am getting an unexpected 'tree conflict'  when I do the following:
>
> Hi Frank,
>
> Thanks for the report.  I get the same unexpected tree conflict using
> Subversion trunk (pre-1.7).
>
> I created a new test for trunk (r38718).  When we fix the failing test,
> we can probably backport it to 1.6.x.
>
> Steve
>
> >
> >
> >
> >> svn lock test.txt
> >
> > 'test.txt' locked by user 'XXXXXX'.
> >
> >
> >
> >> svn delete test.txt
> >
> > D         test.txt
> >
> >
> >
> >> svn update
> >
> >    C test.txt
> >
> > At revision 1.
> >
> > Summary of conflicts:
> >
> >   Tree conflicts: 1
> >
> >
> >
> >> svn status
> >
> > D    KC test.txt
> >
> >       >   local delete, incoming edit upon update
> >
> >
> >
> >> svn --version
> >
> > svn, version 1.6.4 (r38063)
> >
> >    compiled Aug  8 2009, 15:25:21
> >
> >
> >
> > Copyright (C) 2000-2009 CollabNet.
> >
> > Subversion is open source software, see http://subversion.tigris.org/
> >
> > This product includes software developed by CollabNet
> > (http://www.Collab.Net/).
> >
> >
> >
> > The following repository access (RA) modules are available:
> >
> >
> >
> > * ra_neon : Module for accessing a repository via WebDAV protocol using
> > Neon.
> >
> >   - handles 'http' scheme
> >
> >   - handles 'https' scheme
> >
> > * ra_svn : Module for accessing a repository using the svn network
> > protocol.
> >
> >   - with Cyrus SASL authentication
> >
> >   - handles 'svn' scheme
> >
> > * ra_local : Module for accessing a repository on local disk.
> >
> >   - handles 'file' scheme
> >
> > * ra_serf : Module for accessing a repository via WebDAV protocol using
> > serf.
> >
> >   - handles 'http' scheme
> >
> >   - handles 'https' scheme
> >
> >
> >
> > Without getting the lock there is no 'tree conflict'.
> >
> >
> >
> > Is this behavior correct? What is the reason for this?
> >
> >
> >
> > I want to achieve that no one works on a file that I plan to delete
> > until I commit.
> >
> >
> >
> > Could somebody please look at this?
> >
> >
> >
> > Thanks,
> >
> >  Frank Rast
> >
> > ------------------------------------------------------
> >
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> 3212
> >
> > To unsubscribe from this discussion, e-mail:
> > [users-unsubscribe@...].
>
>
>
> --
> Stephen Butler | Software Developer
> elego Software Solutions GmbH
> Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
> fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
> fax: +49 30 2345 8695 | http://www.elegosoft.com
> Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
> Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> 3276
>
> To unsubscribe from this discussion, e-mail: [users-
> unsubscribe@...].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414428

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Tree conflict on locked file

by Stefan Sperling-7 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 04, 2009 at 04:16:46PM +0100, Johan Corveleyn wrote:
> Hi,
>
> Is there an issue in the issue tracker for this problem? Is it already
> addressed in trunk and planned for backport to 1.6.x (or is it already
> in a recent 1.6.x)? Or has it fallen through the cracks, and should I
> enter it into the issue tracker?

Hey Johan,

please file an issue. I don't think it's been fixed in trunk yet.

Stefan

>
> I'm recently also running into this issue. Actually a small variation:
> $ svn lock test.txt
> $ svn move test.txt test2.txt
> $ svn update
> -> Tree conflict on the deleted test.txt
>
> (i.e. a move instead of a delete, but I suppose that's almost the same thing in this case).
>
> Regards,
> Johan
>
> > -----Oorspronkelijk bericht-----
> > Van: Rast, Frank [mailto:Frank.Rast@...]
> > Verzonden: donderdag 13 augustus 2009 15:05
> > Aan: Stephen Butler
> > CC: users@...; Moser, Bernd
> > Onderwerp: AW: Tree conflict on locked file
> >
> > Hi Stephen,
> >
> > thank you for looking into this.
> >
> > It would be great to get a fix for 1.6.x.
> >
> > Best regards,
> > Frank Rast
> >
> > -----Ursprüngliche Nachricht-----
> > Von: Stephen Butler [mailto:sbutler@...]
> > Gesendet: Donnerstag, 13. August 2009 13:45
> > An: Rast, Frank
> > Cc: users@...; Moser, Bernd
> > Betreff: Re: Tree conflict on locked file
> >
> > Quoting "Rast, Frank" <Frank.Rast@...>:
> >
> > > Hi all,
> > >
> > >
> > >
> > > I am getting an unexpected 'tree conflict'  when I do the following:
> >
> > Hi Frank,
> >
> > Thanks for the report.  I get the same unexpected tree conflict using
> > Subversion trunk (pre-1.7).
> >
> > I created a new test for trunk (r38718).  When we fix the failing test,
> > we can probably backport it to 1.6.x.
> >
> > Steve
> >
> > >
> > >
> > >
> > >> svn lock test.txt
> > >
> > > 'test.txt' locked by user 'XXXXXX'.
> > >
> > >
> > >
> > >> svn delete test.txt
> > >
> > > D         test.txt
> > >
> > >
> > >
> > >> svn update
> > >
> > >    C test.txt
> > >
> > > At revision 1.
> > >
> > > Summary of conflicts:
> > >
> > >   Tree conflicts: 1
> > >
> > >
> > >
> > >> svn status
> > >
> > > D    KC test.txt
> > >
> > >       >   local delete, incoming edit upon update
> > >
> > >
> > >
> > >> svn --version
> > >
> > > svn, version 1.6.4 (r38063)
> > >
> > >    compiled Aug  8 2009, 15:25:21
> > >
> > >
> > >
> > > Copyright (C) 2000-2009 CollabNet.
> > >
> > > Subversion is open source software, see http://subversion.tigris.org/
> > >
> > > This product includes software developed by CollabNet
> > > (http://www.Collab.Net/).
> > >
> > >
> > >
> > > The following repository access (RA) modules are available:
> > >
> > >
> > >
> > > * ra_neon : Module for accessing a repository via WebDAV protocol using
> > > Neon.
> > >
> > >   - handles 'http' scheme
> > >
> > >   - handles 'https' scheme
> > >
> > > * ra_svn : Module for accessing a repository using the svn network
> > > protocol.
> > >
> > >   - with Cyrus SASL authentication
> > >
> > >   - handles 'svn' scheme
> > >
> > > * ra_local : Module for accessing a repository on local disk.
> > >
> > >   - handles 'file' scheme
> > >
> > > * ra_serf : Module for accessing a repository via WebDAV protocol using
> > > serf.
> > >
> > >   - handles 'http' scheme
> > >
> > >   - handles 'https' scheme
> > >
> > >
> > >
> > > Without getting the lock there is no 'tree conflict'.
> > >
> > >
> > >
> > > Is this behavior correct? What is the reason for this?
> > >
> > >
> > >
> > > I want to achieve that no one works on a file that I plan to delete
> > > until I commit.
> > >
> > >
> > >
> > > Could somebody please look at this?
> > >
> > >
> > >
> > > Thanks,
> > >
> > >  Frank Rast
> > >
> > > ------------------------------------------------------
> > >
> > http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> > 3212
> > >
> > > To unsubscribe from this discussion, e-mail:
> > > [users-unsubscribe@...].
> >
> >
> >
> > --
> > Stephen Butler | Software Developer
> > elego Software Solutions GmbH
> > Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
> > fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
> > fax: +49 30 2345 8695 | http://www.elegosoft.com
> > Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
> > Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
> >
> > ------------------------------------------------------
> > http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> > 3276
> >
> > To unsubscribe from this discussion, e-mail: [users-
> > unsubscribe@...].
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414428
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

--
printf("Eh???/n");

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414689

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

RE: Tree conflict on locked file

by Johan Corveleyn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Filed the issue:
http://subversion.tigris.org/issues/show_bug.cgi?id=3525

(sorry for the delay, I've been a little bit swamped lately)

Johan

> -----Oorspronkelijk bericht-----
> Van: Stefan Sperling [mailto:stsp@...]
> Verzonden: donderdag 5 november 2009 13:23
> Aan: Johan Corveleyn
> CC: users@...; 'Rast, Frank'; Stephen Butler
> Onderwerp: Re: Tree conflict on locked file
>
> On Wed, Nov 04, 2009 at 04:16:46PM +0100, Johan Corveleyn wrote:
> > Hi,
> >
> > Is there an issue in the issue tracker for this problem? Is it already
> > addressed in trunk and planned for backport to 1.6.x (or is it already
> > in a recent 1.6.x)? Or has it fallen through the cracks, and should I
> > enter it into the issue tracker?
>
> Hey Johan,
>
> please file an issue. I don't think it's been fixed in trunk yet.
>
> Stefan
>
> >
> > I'm recently also running into this issue. Actually a small variation:
> > $ svn lock test.txt
> > $ svn move test.txt test2.txt
> > $ svn update
> > -> Tree conflict on the deleted test.txt
> >
> > (i.e. a move instead of a delete, but I suppose that's almost the same
> thing in this case).
> >
> > Regards,
> > Johan
> >
> > > -----Oorspronkelijk bericht-----
> > > Van: Rast, Frank [mailto:Frank.Rast@...]
> > > Verzonden: donderdag 13 augustus 2009 15:05
> > > Aan: Stephen Butler
> > > CC: users@...; Moser, Bernd
> > > Onderwerp: AW: Tree conflict on locked file
> > >
> > > Hi Stephen,
> > >
> > > thank you for looking into this.
> > >
> > > It would be great to get a fix for 1.6.x.
> > >
> > > Best regards,
> > > Frank Rast
> > >
> > > -----Ursprüngliche Nachricht-----
> > > Von: Stephen Butler [mailto:sbutler@...]
> > > Gesendet: Donnerstag, 13. August 2009 13:45
> > > An: Rast, Frank
> > > Cc: users@...; Moser, Bernd
> > > Betreff: Re: Tree conflict on locked file
> > >
> > > Quoting "Rast, Frank" <Frank.Rast@...>:
> > >
> > > > Hi all,
> > > >
> > > >
> > > >
> > > > I am getting an unexpected 'tree conflict'  when I do the following:
> > >
> > > Hi Frank,
> > >
> > > Thanks for the report.  I get the same unexpected tree conflict using
> > > Subversion trunk (pre-1.7).
> > >
> > > I created a new test for trunk (r38718).  When we fix the failing test,
> > > we can probably backport it to 1.6.x.
> > >
> > > Steve
> > >
> > > >
> > > >
> > > >
> > > >> svn lock test.txt
> > > >
> > > > 'test.txt' locked by user 'XXXXXX'.
> > > >
> > > >
> > > >
> > > >> svn delete test.txt
> > > >
> > > > D         test.txt
> > > >
> > > >
> > > >
> > > >> svn update
> > > >
> > > >    C test.txt
> > > >
> > > > At revision 1.
> > > >
> > > > Summary of conflicts:
> > > >
> > > >   Tree conflicts: 1
> > > >
> > > >
> > > >
> > > >> svn status
> > > >
> > > > D    KC test.txt
> > > >
> > > >       >   local delete, incoming edit upon update
> > > >
> > > >
> > > >
> > > >> svn --version
> > > >
> > > > svn, version 1.6.4 (r38063)
> > > >
> > > >    compiled Aug  8 2009, 15:25:21
> > > >
> > > >
> > > >
> > > > Copyright (C) 2000-2009 CollabNet.
> > > >
> > > > Subversion is open source software, see http://subversion.tigris.org/
> > > >
> > > > This product includes software developed by CollabNet
> > > > (http://www.Collab.Net/).
> > > >
> > > >
> > > >
> > > > The following repository access (RA) modules are available:
> > > >
> > > >
> > > >
> > > > * ra_neon : Module for accessing a repository via WebDAV protocol using
> > > > Neon.
> > > >
> > > >   - handles 'http' scheme
> > > >
> > > >   - handles 'https' scheme
> > > >
> > > > * ra_svn : Module for accessing a repository using the svn network
> > > > protocol.
> > > >
> > > >   - with Cyrus SASL authentication
> > > >
> > > >   - handles 'svn' scheme
> > > >
> > > > * ra_local : Module for accessing a repository on local disk.
> > > >
> > > >   - handles 'file' scheme
> > > >
> > > > * ra_serf : Module for accessing a repository via WebDAV protocol using
> > > > serf.
> > > >
> > > >   - handles 'http' scheme
> > > >
> > > >   - handles 'https' scheme
> > > >
> > > >
> > > >
> > > > Without getting the lock there is no 'tree conflict'.
> > > >
> > > >
> > > >
> > > > Is this behavior correct? What is the reason for this?
> > > >
> > > >
> > > >
> > > > I want to achieve that no one works on a file that I plan to delete
> > > > until I commit.
> > > >
> > > >
> > > >
> > > > Could somebody please look at this?
> > > >
> > > >
> > > >
> > > > Thanks,
> > > >
> > > >  Frank Rast
> > > >
> > > > ------------------------------------------------------
> > > >
> > >
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> > > 3212
> > > >
> > > > To unsubscribe from this discussion, e-mail:
> > > > [users-unsubscribe@...].
> > >
> > >
> > >
> > > --
> > > Stephen Butler | Software Developer
> > > elego Software Solutions GmbH
> > > Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
> > > fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
> > > fax: +49 30 2345 8695 | http://www.elegosoft.com
> > > Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
> > > Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
> > >
> > > ------------------------------------------------------
> > >
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=238
> > > 3276
> > >
> > > To unsubscribe from this discussion, e-mail: [users-
> > > unsubscribe@...].
> >
> > ------------------------------------------------------
> >
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=241
> 4428
> >
> > To unsubscribe from this discussion, e-mail: [users-
> unsubscribe@...].
>
> --
> printf("Eh???/n");

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417737

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].