Merging repositories - is it possible?

2010-08-06 Thread JWalker
Hello,

This is my first post here.

Is it possible to merge several repositories in a new empty
repository?

I am asking this, because I made several repositories of one project,
one repository for mechanics, another for the software, another one
for the electronics and so on. Now I see that this will be a bit
hardly to maintain when more projects appear in the future.

My goal is to create this layout (example)
/
/mechanics
/software
/electronics

and then load the repository of mechanics to /mechanics, the
repository of software to /software and so on.

So, is this scenario possible - by bump/load procedure or something
else?

Ivan


Re: Merging repositories - is it possible?

2010-08-07 Thread JWalker
Thanks,
this is what I searched for.

Ivan

On 6 Авг, 18:12, Itamar O  wrote:
> On Fri, Aug 6, 2010 at 4:56 PM, JWalker  wrote:
> > Hello,
>
> > This is my first post here.
>
> > Is it possible to merge several repositories in a new empty
> > repository?
>
> > I am asking this, because I made several repositories of one project,
> > one repository for mechanics, another for the software, another one
> > for the electronics and so on. Now I see that this will be a bit
> > hardly to maintain when more projects appear in the future.
>
> > My goal is to create this layout (example)
> > /
> > /mechanics
> > /software
> > /electronics
>
> > and then load the repository of mechanics to /mechanics, the
> > repository of software to /software and so on.
>
> > So, is this scenario possible - by bump/load procedure or something
> > else?
>
> > Ivan
>
> This is exactly the use case described in the SVN 
> redbook:http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn


How to tell Subversion what is the encoding of a file?

2010-08-21 Thread JWalker
Hi,

I use ViewVC for viewing SVN repositories. I have files (C source
files) with comments written in cyrillic (Windows-1251). ViewVC
display these comments as ? characters. I was told in another forum
that I have to tell Subversion what the encoding of these text files
is, so as Subvewrsion to be able to tell ViewVC this information. So
my question is: How to tell Subversion what the encoding is? May I
have to set some property on the files? What property?

Ivan


how to browse older revisions?

2010-09-10 Thread JWalker
Hi,

Is it possible to browse (in Firefox or MS IE) older revisions (not
HEAD)?

Ivan


Re: how to browse older revisions?

2010-09-13 Thread JWalker

> The easy approach is to install viewvc for browser viewing and
> navigation.http://viewvc.org/

Yes, it is included in Subversion Edge of Collabnet.

Ivan


Re: how to browse older revisions?

2010-09-13 Thread JWalker

>
> https://server/svn/project/trunk/?p=

Thanks, this synatx works.

Ivan