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...@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://. >