On Mon, May 11, 2015 at 10:56 AM NS Klanten <nsklan...@gmail.com> wrote:
> Hello all, > > Where are the "initial" or base text files (source codes) are stored in > fsfs storage ? > > I commit a new source code to my svn server, however after searching all > the related svn folders in my server, I can not find the plain text file. I > assume that source code is just stored as plain text in fsfs storage and it > isn't hashed, is my assumption correct? > The SVN repository should be treated like a black box. You checkout code, you commit code, but as far as where that actual data is stored, it shouldn't be messed with directly. There are numerous SVN clients available for interacting with the repository. What are you trying to achieve?