Thorsten Schöning <tschoening <at> am-soft.de> writes: > > Guten Tag Raghu GS, > am Samstag, 12. Januar 2013 um 11:51 schrieben Sie: > > > svn:external can only function in a working copy. > > How do implement the same in svn source. > > Because people may not check working copy. > > svn:external is something which needs to be recognized by the client, > it doesn't necessary need a working copy. For example TortoiseSVN has > a repo browser which shows svn:external definitions with a link icon > and is able to follow those without checking out a working copy, just > by double clicking. There's no such thing like implementing it in "svn > source" or a working copy, you always need a client to access the > repo and svn:externals are always part of the repo. How they are > recognized may be different depending on the clients. > > Mit freundlichen Grüßen, > > Thorsten Schöning >
Hi Thorsten Thamks for your reply. I am receiving "Not a working copy" error in svn while creating external reference in svn. Isn't that mean external requires working copy? I am 100% sure that the folder in which i was trying to create the external reference are svn repositories, i even committed some code in it. Still i am getting the error said above, If svn doesn't require working copy, then assist me in resolving the issue.