Re: "hook" "conf" "db" "lock" folders are showing under SVN physical project repository instead of actually project files

2020-01-27 Thread salman younus
Thanks Lorenz and Andreas for your response.


On 2020/01/27 09:43:07, Lorenz  wrote: 
> salman younus wrote:
> 
> >Hi,
> >
> >Our actual project structure / files are not available under SVN server 
> >physical storage directory. E.g. following is our project folder structure:
> >
> >MainFolder then Folder A and Folder B. Under Folder A we have 10 files e.g. 
> >file 1, 2, 3 ... 
> >
> >But when we check under SVN server physical directory, we are unable to find 
> >our project folder structure / files and system is showing "conf" "db" 
> >"hooks" "locks" folders.
> 
> the files the subversion server is managing constitute a database, not
> a direct mirror of your project folder structure.
> -- 
> 
> Lorenz
> 
> 


Re: "hook" "conf" "db" "lock" folders are showing under SVN physical project repository instead of actually project files

2020-01-27 Thread Andreas Stieger
> On 2020/01/27 09:43:07, Lorenz  wrote:
> > salman younus wrote:
> > >Our actual project structure / files are not available under SVN server 
> > >physical storage directory. E.g. following is our project folder structure:
> > >
> > >MainFolder then Folder A and Folder B. Under Folder A we have 10 files 
> > >e.g. file 1, 2, 3 ...
> > >
> > >But when we check under SVN server physical directory, we are unable to 
> > >find our project folder structure / files and system is showing "conf" 
> > >"db" "hooks" "locks" folders.
> >
> > the files the subversion server is managing constitute a database, not
> > a direct mirror of your project folder structure.
>
> But previously it was showing if i am not wrong


The on-disk format of the repository never contains the actual working tree in 
plain. You must have been looking at something else.

Andreas


Re: "hook" "conf" "db" "lock" folders are showing under SVN physical project repository instead of actually project files

2020-01-27 Thread salman younus
But previously it was showing if i am not wrong

On 2020/01/27 09:43:07, Lorenz  wrote: 
> salman younus wrote:
> 
> >Hi,
> >
> >Our actual project structure / files are not available under SVN server 
> >physical storage directory. E.g. following is our project folder structure:
> >
> >MainFolder then Folder A and Folder B. Under Folder A we have 10 files e.g. 
> >file 1, 2, 3 ... 
> >
> >But when we check under SVN server physical directory, we are unable to find 
> >our project folder structure / files and system is showing "conf" "db" 
> >"hooks" "locks" folders.
> 
> the files the subversion server is managing constitute a database, not
> a direct mirror of your project folder structure.
> -- 
> 
> Lorenz
> 
> 


Re: "hook" "conf" "db" "lock" folders are showing under SVN physical project repository instead of actually project files

2020-01-27 Thread Lorenz
salman younus wrote:

>Hi,
>
>Our actual project structure / files are not available under SVN server 
>physical storage directory. E.g. following is our project folder structure:
>
>MainFolder then Folder A and Folder B. Under Folder A we have 10 files e.g. 
>file 1, 2, 3 ... 
>
>But when we check under SVN server physical directory, we are unable to find 
>our project folder structure / files and system is showing "conf" "db" "hooks" 
>"locks" folders.

the files the subversion server is managing constitute a database, not
a direct mirror of your project folder structure.
-- 

Lorenz