Saturday, January 29, 2011

svn command show SVN repository containt in sun slolaris OS ?

svn command show SVN repository content in sun slolaris OS ?

  • The svn list command will show you the contents of a directory in a subversion repository. For example:

    svn list svn://svn.example.org/path/in/repos
    

    Run svn help list at the command line to show details of all the options.

    Osama Ahmad : but please i don't understand the part or contents of this command :- whats we mean by "svn.example.org" .... please if you can give me more details and if you can give me example
    Phil Ross : @Mohammad `svn list` takes a repository URL as a parameter (see http://svnbook.red-bean.com/en/1.5/svn.basic.in-action.html#svn.advanced.reposurls for more information about repository URLs). I just included a example URL in my answer. You'll need to use the URL you usually use to access the repository.
    Osama Ahmad : please i want to ask you when i execute this command the following warning appear :- "Warning: the RSA host key for 'example.com.jo' differs from the key for the IP address x.x.x.x '
    Phil Ross : @Mohammad This error is being produced by SSH. See http://serverfault.com/questions/2988/error-connecting-to-server-through-ssh
    Osama Ahmad : now after execute this command i found a large number of repository ...and it is complex to find all repository(some svn repository exist in folder within folder within folder and so on) ...if you can help me by give me a method to design a something to write this repository list in excel sheet for example
    From Phil Ross

0 comments:

Post a Comment