Hi,
As you very well remember, we still use SVN for the website.
So, I was intending to commit news translation into Russian today, but they ended up being commited instead of English files, so out first two news items in English for September are in Pushkin lingo now.
Here is what I see when I try to commit some more translations:
avp@...2472...:~/soft/src/inkscape_web/news/ru/2010$ svn commit 09/004.inc Adding 09/004.inc svn: Commit failed (details follow): svn: File '/svnroot/inkscape/inkscape_web/trunk/news/en/2010/09/004.inc' already exists svn: Your commit message was left in a temporary file: svn: '/home/avp/soft/src/inkscape_web/news/ru/2010/09/svn-commit.3.tmp'
Note how files from ru directory try to be committed to en directory. Could anybody please explain how on Earth this is possible?
Alexandre Prokoudine http://libregraphicsworld.org
Hi,
On Thursday 07 October 2010 21:08:26 Alexandre Prokoudine wrote:
avp@...2472...:~/soft/src/inkscape_web/news/ru/2010$ svn commit 09/004.inc Adding 09/004.inc svn: Commit failed (details follow): svn: File '/svnroot/inkscape/inkscape_web/trunk/news/en/2010/09/004.inc' already exists svn: Your commit message was left in a temporary file: svn: '/home/avp/soft/src/inkscape_web/news/ru/2010/09/svn-commit.3.tmp'
Note how files from ru directory try to be committed to en directory. Could anybody please explain how on Earth this is possible?
I use svn rarely, but one scenario I can think of is that the directory en/2010/09 was not copied by svn cp, but by hand (using cp for example) (svn stores its .svn thing in every folder, maybe that could be the cause)
HTH
Regards, Martin Sucha
On 10/7/10, Martin Sucha wrote:
Note how files from ru directory try to be committed to en directory. Could anybody please explain how on Earth this is possible?
I use svn rarely, but one scenario I can think of is that the directory en/2010/09 was not copied by svn cp, but by hand (using cp for example) (svn stores its .svn thing in every folder, maybe that could be the cause)
That makes a lot of sense. In fact, it makes so much sense that I might as well go and bang my head against a wall for being so stupid. Thanks a lot :)
Alexandre Prokoudine http://libregraphicsworld.org
participants (2)
-
Alexandre Prokoudine
-
Martin Sucha