Hi all.
I'm a fairly new user to Subversion and have been using it on new
projects around the office, and have run into a bit of a problem with
merging. I branched /trunk/Python into /branch/omniorb awhile back to do
some extensive work, and now would like to merge my changes back into
the trunk. So, I do:
svn merge http://192.168.180.69/svn/repos/branch/omniorb
http://192.168.180.69/svn/repos/trunk/Python
And I get:
Skipped missing target: 'Scripts/CreateBatchFiles.py'
Skipped missing target: 'Scripts'
Skipped 'DLLs/_omnicodesets.pyd'
Skipped 'DLLs/_omnipy.pyd'
Skipped missing target: 'DLLs'
Skipped missing target: 'pywin32.pth'
svn: Working copy 'Lib/site-packages/apt/test' not locked
I don't know what those actually mean; skipped missing target sounds
like there is no such file in the trnk, at which point i'd expect the
merge to add it if it existed in the branch... and the working copy not
locked error has me totally baffled.
What's this mean?
Thanks.
--Stephen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 10 23:11:46 2004