Ivan Cenov wrote:
> I am trying to commit two branches of one repository at once and TSVN
> says: Error: 'E:\prj\sample' is not a working copy Error: Can't open
> file 'E:\prj\sample\.svn\entries': The system cannot find the path
> specified. The circumstances are: Layout of the repository 'sample':
> http://walker/sample http://walker/sample/branches/
> http://walker/sample/branches/01.00.01 http://walker/sample/trunk
>
> I have two working copies e:\prj\sample\wc // checked out from
> /sample/trunk e:\prj\sample\01.00.01 // checked out from
> /sample/branches/01.00.01
>
> I am able to commit wc and 01.00.01 one after one with TSVN. TSVN
> returns the above mentioned error when I select both directories in
> MS Explorer and try to commit: The commit dialog appears and I enter
> the commit message. After starting committing the error appears and
> TSVN claims that e:\prj\sample should be valid working copy. In fact,
> it is not a valid working copy but contains two directories that are
> valid working copies. Is this intended behaviour or I did found a
> bug?
That's how Subversion works unfortunately. Even though TSVN provides all
the paths you see in the commit dialog separately, Subversion then
'merges' them together to do a commit of the parent folder. And since
the parent folder of all the files you've selected is not a working
copy, you'll get that error.
If you want this changed, you have to report it on the Subversion
mailing list.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Nov 8 19:25:54 2006