简体   繁体   中英

How do I find the location of a svn repository?

I have all the source files in my "local" directory. I do svn up and svn ci to down- and up-load code from and to repository, respectively.

Now I have realized that there is one directory in the repository for which I did not make a local copy. So, I need to do two things:

  1. Find out where repository is located (I am quite sure it is somewhere in the file system, not URL).
  2. I need to create a local copy of this directory.

How can it be done? At the moment I am more interested in the first step. I need to know where the repository is located since I do not really know what the name of the subdirectory that I need to copy is (but if I see the names I might guess).

在存储库中的svn info并检查“存储库根”字​​符串

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM