原帖见:http://blog.csdn.net/q199109106q/article/details/8655204 ,最近刚换了环境,还要适应下OS X的工具环境, 在使用SVN的时候觉得这个办法不错 ,不过使用登陆用户(管理员),按照说明操作的时候 ,svnadmin: E000002: Could not create top-level directory 报错说无法创建顶级目录 什么的 。。 完全继续不下去了 ,,特来求教。
顺便提一下 ,原帖中说可以直接使用不对 , 还需要下载一个应用用于帮助SVN处理 ,大概10M的样子,会自动提示下载
回复讨论(解决方案)
我用的时候没有配置什么啊。
直接按照原帖的命令吗? 用户权限,和我一样就是登陆的管理员?。我看下面还有15年的评论 ,应该没多大变化的环境才对
我用的时候没有配置什么啊。
@ .. 这里有人那么会灌水么,这验证码卧槽
svnadmin create /Users/apple/svn/mycode ;
这是原帖中有问题的语句,我们可以在mac 的磁盘目录上看到apple文件夹 ,但这个应该是系统自带的 ,并且用户没有相关在其中操作权限,毕竟os不是linux ,这里的 命令应该换成:svnadmin create /Users/username(你的帐户名)/svn/mycode
就可以成功了,本质上 是在你的登陆用户的指定路径下创建一个svn代码库 ,其他的就可以按照原帖按部就班的做,命令类似于linux,有一定相关操作经验就没问题 ~(— = —)~

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

WebStorm Mac version
Useful JavaScript development tools

Notepad++7.3.1
Easy-to-use and free code editor

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.