On Tue, Jun 30, 2009 at 3:10 PM, Duane Roelands <duane.roelands_at_gmail.com>wrote:
> I have two folders that contain files managed in two separate Google Code
> repositories.:
> Project1
> Project2
>
> When I right-click on Project1, I see SVN Update, SVNCommit, and the
> TortoiseSVN menu that contains Revert, Clean Up, Get Lock, etc.
>
> When I right-click on Project2, I see SVN Checkout (no Update, no Commit)
> and the TortoiseSVN menu. However, the TortoiseSVN menu only has Repo
> Browser, Export, Create Repository, etc.
>
> Project1 has an "svn" sub-folder.
> Project2 does not.
>
> If I update files in Project1, I see the icon overlays that mark the file
> as modified.
> This does not happen in Project2.
>
> So, the Project1 folder appears to be behaving correctly. The Project2
> folder does not.
>
> I'm not sure how to make Project2 behave correctly, and I didn't find
> anything in the manual or the FAQ that addressed this issue. Am I missing
> something obvious?
>
> Thank you in advance.
>
> --Duane
>
> ------------------------------------------------------
>
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2366608
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_tortoisesvn.tigris.org].
>
It sounds like Project2 is not a working copy (obvious by the absence of the
"svn" sub-folder) - maybe it was created via 'svn export' rather than 'svn
checkout'. You'll need to check out Project2 again.
Cheers,
Daniel B.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2366618
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-30 08:27:45 CEST