Jump to content

SVN Installation & Configuration


Velichko Sarev
 Share

Recommended Posts

Thank you very match!

 

I solve the issue and everythink works fine now :) . I used svnserve. The format is svn://ip or host/full/path/to/repository.

 

I used CVS. For first time I will work with SVN .... however

I add one folder that contains one txt file.When I check in the repository /db folder I did not saw the specific structure of the folder(with one text file inside),however I saw something like binaries files.

How can I get the same file structure(Folder and one text file inside it)?

Link to comment
Share on other sites

The repository stores everything as binary compressed files. Even cleverer than that, when a big file changes, it doesn't store a separate copy of everything, but only the bits that have changed.

 

If you want to see what the files are, either check out a copy to a working directory, or use tools like svnlook, svn log and svn diff. See the web page referenced earlier, or the (very good) subversion help documents.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...