[svk-dev] svk not up to prime time yet? [was Re: Samba-SVK-HOWTO ....]

Jan Hudec bulb at ucw.cz
Thu Sep 8 06:49:45 GMT 2005


On Wed, Sep 07, 2005 at 11:06:40 -0500, Gerald (Jerry) Carter wrote:
> [...]
> Now using an account with ssh commit access, I did
> similar steps expect that I mirrored the svn+ssh:// URL.
> And this time I mirrored the entire svn repo.  Not
> just a single branch.
> 
> $ svk depotmap --init
> $ svk mirror svn+ssh://svn.samba.org/data/svn/samba //samba
> $ svk sync //samba
> 
> Next I created a local branch and checked it out.
> 
> $ svk mkdir //local
> $ svk copy //samba/branches/SAMBA_3_0 //local/samba3
> $ svk co //local/samba3 /misc/src/samba_3_0
> 
> So next I copied the openbsd_timespec.patch to
> ~/.svk/patch/openbsd_timespec.patch
> 
> This is where I ran into the failure.
> 
> $ svk patch --list
> openbsd_timespec at 1:
> $ svk patch --cat openbsd_timespec
> Target not local nor mirrored, unable to view patch.

The patch is againts the master repository, not your local branch. So you
must apply it to the master repository:

svk co //samba/branches/SAMBA_3_0 /misc/src/samba_3_0
[...]
/misc/src/samba_3_0$ svk patch --cat openbsd_timespec

Would this work?

--
						 Jan 'Bulb' Hudec <bulb at ucw.cz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20050908/ff6a350d/attachment.bin


More information about the samba-technical mailing list