简体   繁体   中英

How do I find my SVN source?

I currently have an svn respository checked out to my local machine. How do I find the source URL that my changes are being checked into? (The URL of the actual repository).

Running Linux Ubuntu 11.10.

Thanks

svn info should print the URL.

See svn info .

在您的工作目录中尝试svn info并扫描输出中的URL:和/或Repository Root: .

There's a file called entries inside the .svn folder which exists in your checked-out project's every directory. You can check inside of that and get your URL, username, and sometimes your password.

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