You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alessandro Freschi <al...@gmail.com> on 2008/04/28 17:17:17 UTC

Commit error

I have a working copy on a network share \\server\Working<file://server/Working>

When I try to commit two files from different subfolder I got an error:

This is the svn command:

svn ci -m "Test"
"\\server\Working\Test1\file1.txt<file://server/Working/Test1/file1.txt>"
"\\server\Working\Test2\file2.txt <file://server/Working/Test2/file2.txt>"

and this is the error:

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.

Is it a bug of svn client?

I'm working with Subversion 1.5.0 (Beta1) on Windows XP


Thanks,
Alessandro

Re: Commit error

Posted by Alessandro Freschi <al...@gmail.com>.
I have done some other tests and error occurrs only when common path
is the name of network share "\\server\Working"

This command generate an error:

svn ci -m "Test" "\\server\Working\Test1\file1.txt"
"\\server\Working\Test2\file2.txt"

This command work correctly:

svn ci -m "Test" "\\server\Working\Data\Test1\file1.txt"
"\\server\Working\Data\Test2\file2.txt"


Alessandro

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Commit error

Posted by Mark Phippard <ma...@gmail.com>.
On Mon, Apr 28, 2008 at 1:17 PM, Alessandro Freschi
<al...@gmail.com> wrote:
> I have a working copy on a network share \\server\Working
>
> When I try to commit two files from different subfolder I got an error:
>
> This is the svn command:
>
> svn ci -m "Test" "\\server\Working\Test1\file1.txt"
> "\\server\Working\Test2\file2.txt"
>
> and this is the error:
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.
>
> Is it a bug of svn client?
>
> I'm working with Subversion 1.5.0 (Beta1) on Windows XP

It sounds similar to this issue:

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

That issue says it does not happen on Windows, but perhaps the person
that thought that never tried it with UNC path names to a file server.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org