[svk-users] preserving logs for local copy

Ruslan Zakirov ruslan.zakirov at gmail.com
Wed Apr 15 16:16:17 EDT 2009


1) use first variant
2) share full repository for users even mirror path
3) ask not to commit anywhere othere than //local/repos
4) or protect with acls
5) I believe in this case svn by default follow copies

On Wed, Apr 15, 2009 at 7:56 PM, Daniel Scolaro
<daniel.scolaro at masagroup.us> wrote:
> I have an svk mirror of a remote svn repository.  I would like to make a
> local copy of for users to access via an svn client but I would also like
> the logs from the changes committed in the source repository to be available
> to the local users.  I tried making a versioned copy like this:
>
>
>
> svk cp –p //mirror/repos //local/repos
>
>
>
> but that doesn’t maintain the log.  I also tried the following:
>
>
>
> svk mkdir //local/repos
>
> svk smerge -I -l -B --remoterev //mirror/repos //local/repos
>
>
>
> which worked better (the logs were preserved) but, as you might expect,
> results in a new ticket being created for every revision in the mirror
> (which can get out of hand quickly for a large repository).
>
>
>
> Any suggestions?
>
>
>
> Thanks in advance,
>
> Dan S.
>
>
>
> _______________________________________________
> svk-users mailing list
> svk-users at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-users
>
>



-- 
Best regards, Ruslan.


More information about the svk-users mailing list