You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by benson margulies <bi...@gmail.com> on 2009/05/18 16:17:21 UTC

Mysterious error claiming that new file already exists

The below-complained about file is not in the repo. It resulted from an svn
cp followed by local editing. Is there some way to get around this?

svn, version 1.6.1 (r37116)


/Users/benson/x/trunk/greenhouse/etrog svn commit -F ../svn-commit.tmp
Sending        etrog/dicts
Sending        etrog/lucene2.2/pom.xml
Adding         etrog/lucene2.4
Sending        etrog/lucene2.4/pom.xml
Sending
etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/RLPEtrogTokenFilter.java
Adding
etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java
svn: Commit failed (details follow):
svn: File
'/engineering/greenhouse/trunk/etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java'
already exists

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

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

Re: Mysterious error claiming that new file already exists

Posted by benson margulies <bi...@gmail.com>.
I did that to no effect.

On Tue, May 19, 2009 at 5:11 PM, Andrey Repin <an...@freemail.ru> wrote:

> Greetings, benson margulies!
>
> > The below-complained about file is not in the repo. It resulted from an
> svn
> > cp followed by local editing. Is there some way to get around this?
>
> > svn, version 1.6.1 (r37116)
>
>
> > /Users/benson/x/trunk/greenhouse/etrog svn commit -F ../svn-commit.tmp
> > Sending        etrog/dicts
> > Sending        etrog/lucene2.2/pom.xml
> > Adding         etrog/lucene2.4
> > Sending        etrog/lucene2.4/pom.xml
> > Sending
> >
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/RLPEtrogTokenFilter.java
> > Adding
> >
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java
> > svn: Commit failed (details follow):
> > svn: File
> >
> '/engineering/greenhouse/trunk/etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java'
> > already exists
>
> svn up before committing changes.
>
>
> --
> WBR,
>  Andrey Repin (anrdaemon@freemail.ru) 20.05.2009, <1:10>
>
> Sorry for my terrible english...
>
>

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

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

Re: Mysterious error claiming that new file already exists

Posted by Andrey Repin <an...@freemail.ru>.
Greetings, benson margulies!

> The below-complained about file is not in the repo. It resulted from an svn
> cp followed by local editing. Is there some way to get around this?

> svn, version 1.6.1 (r37116)


> /Users/benson/x/trunk/greenhouse/etrog svn commit -F ../svn-commit.tmp
> Sending        etrog/dicts
> Sending        etrog/lucene2.2/pom.xml
> Adding         etrog/lucene2.4
> Sending        etrog/lucene2.4/pom.xml
> Sending
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/RLPEtrogTokenFilter.java
> Adding
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java
> svn: Commit failed (details follow):
> svn: File
> '/engineering/greenhouse/trunk/etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java'
> already exists

svn up before committing changes.


--
WBR,
 Andrey Repin (anrdaemon@freemail.ru) 20.05.2009, <1:10>

Sorry for my terrible english...

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

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

RE: Mysterious error claiming that new file already exists

Posted by Geir Engebakken <ge...@edb.com>.
Could this be the same error that we experienced :


http://subversion.tigris.org/issues/show_bug.cgi?id=3119



Geir
From: benson margulies [mailto:bimargulies@gmail.com]
Sent: 18. mai 2009 18:17
To: users@subversion.tigris.org
Subject: Mysterious error claiming that new file already exists

The below-complained about file is not in the repo. It resulted from an svn cp followed by local editing. Is there some way to get around this?

svn, version 1.6.1 (r37116)


/Users/benson/x/trunk/greenhouse/etrog svn commit -F ../svn-commit.tmp
Sending        etrog/dicts
Sending        etrog/lucene2.2/pom.xml
Adding         etrog/lucene2.4
Sending        etrog/lucene2.4/pom.xml
Sending        etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/RLPEtrogTokenFilter.java
Adding         etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java
svn: Commit failed (details follow):
svn: File '/engineering/greenhouse/trunk/etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java' already exists

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

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

Re: Mysterious error claiming that new file already exists

Posted by Konstantin Kolinko <kn...@gmail.com>.
2009/5/18 benson margulies <bi...@gmail.com>:
> The below-complained about file is not in the repo. It resulted from an svn
> cp followed by local editing. Is there some way to get around this?
>
> svn, version 1.6.1 (r37116)
>
>
> /Users/benson/x/trunk/greenhouse/etrog svn commit -F ../svn-commit.tmp
> Sending        etrog/dicts
> Sending        etrog/lucene2.2/pom.xml
> Adding         etrog/lucene2.4
> Sending        etrog/lucene2.4/pom.xml
> Sending
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/RLPEtrogTokenFilter.java
> Adding
> etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java
> svn: Commit failed (details follow):
> svn: File
> '/engineering/greenhouse/trunk/etrog/lucene2.4/src/main/java/com/basistech/internal/etrog/benchmark/BenchmarkEtrog.java'
> already exists
>
>

It looks like
http://subversion.tigris.org/issues/show_bug.cgi?id=3119

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

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