[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: problem with dialog box uisng Tortoisesvn

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 10 Oct 2012 12:34:43 +0200

Please start a new thread for unrelated problems:
http://subversion.apache.org/docs/community-guide/mailing-lists#fresh-post

You should probably say a bit more about your situation in order to get
a more specific reply. If you just want anonymous unencrypted access,
it'll be easiest to set up svnserve --- either tortoise or several of
the options in http://subversion.apache.org/packages#windows will wrap
that for you.

Daniel

Carmit Shiran wrote on Wed, Oct 10, 2012 at 12:13:02 +0200:
> Hi all,
>
> Does anyone know how can I access my local repository on my computer from a
> different computer?
> I installed the TortoiseSVN locally on my computer.
> Thanks
>
>
>
> On at, Sep 15, 2012 at 12:23 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name>wrote:
>
> > Carmit Shiran wrote on Wed, Sep 12, 2012 at 13:12:52 +0200:
> > > If you look at my example I sent in the previous email, you can see I
> > > filled in the argument= $target_path :
> > > my $target_path = "file:///C:/svn_repos3/trunk/Widget3"
> > > But I'm looking for a way to fill it automatically with the "current
> > > path/tag".
> > > Is it possible?
> >
> > Have a look at svn:keywords. Something like
> >
> > my $foo = <<'EOF';
> > $URL$
> > EOF
> >
> > is probably the best readable.
> >
> >
> >
> > And if no one said that already, remember that if you share a repository
> > with other people it's recommended _not_ to use file://.
> >
Received on 2012-10-10 12:35:23 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.