[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

merge files with special file names

From: Wen-chien Jesse Sung <jesse_at_cola.voip.idv.tw>
Date: 2004-12-13 13:34:53 CET

Hi,

I have some problem to merge and commit files with '#' in file names.
Is there any work around?
Please CC me since I'm not on this list. Thanks! :)

jesse_at_linux:~/work$ svn mkdir -m "test dir" http://10.0.14.14/svn/test/a

Committed revision 60.
jesse_at_linux:~/work$ svn mkdir -m "test dir" http://10.0.14.14/svn/test/c

Committed revision 61.
jesse_at_linux:~/work$ svn co http://10.0.14.14/svn/test/a
Checked out revision 61.
jesse@linux:~/work$ cd a/
jesse@linux:~/work/a$ touch test.#.jesse
jesse@linux:~/work/a$ svn add test.#.jesse
A test.#.jesse
jesse@linux:~/work/a$ svn ci -m "test file"
Adding test.#.jesse
Transmitting file data .
Committed revision 62.
jesse@linux:~/work/a$ cd ..
jesse_at_linux:~/work$ svn co http://10.0.14.14/svn/test/c
Checked out revision 62.
jesse@linux:~/work$ cd c
jesse_at_linux:~/work/c$ svn merge -r 61:62 http://10.0.14.14/svn/test/a .
A test.#.jesse
jesse@linux:~/work/c$ svn ci -m "test merge"
Adding test.#.jesse
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/svn/test/a/test.#.jesse'
svn: PROPFIND of '/svn/test/a/test.#.jesse': 400 Bad Request
(http://10.0.14.14)

-- 
Best Regards,
Wen-chien Jesse Sung
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 13 16:41:32 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.