I am having trouble committing to my svn repository changes made in
files in my Android project in folders that have a hyphen in the name.

In particular /res/layout and /res/layout-land.

It *seems* that the svn client doesn't like the hyphen and truncates
that segment of the url after the hyphen, thus mapping /layout and /
layout-land onto the same url...

Problems include:-
- can't check in two files of same name, one each in /layout and /
layout-land as "they refer to the same URL"
- can't delete/add files from hyphenated folder as they "don't
exist"/"already exist"
- I suspect a commit from the hyphenated folder is overwriting the
file in the non-hyphenated folder in the repository.

I have tried to avoid the problem using the subeclipse plug-in for svn
I normally use, from the svn command line (on Windows 7) and with
Tortoise SVN, without success.

Does anyone know of a workaround?

Is there anyway to avoid hyphens in these folder names?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to