Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101556 - RFE: Provide more flexible configuration for gensync from app-portage/gentoolkit-dev
Summary: RFE: Provide more flexible configuration for gensync from app-portage/gentool...
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage Tools Team
URL: rsync://rsync.tar.bz/gentoo-portage-p...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2005-08-06 09:45 UTC by Kalin KOZHUHAROV
Modified: 2007-01-10 09:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Allow arbitrary options for rsync in /etc/gensync/gensync.conf (gensync-more_flexible_config.patch,861 bytes, patch)
2005-08-06 09:47 UTC, Kalin KOZHUHAROV
Details | Diff
gentoolkit-dev-0.2.5.ebuild.diff (gentoolkit-dev-0.2.5.ebuild.diff,844 bytes, patch)
2005-09-08 05:01 UTC, Kalin KOZHUHAROV
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalin KOZHUHAROV 2005-08-06 09:45:11 UTC
I am using gensync for almost 6 months now and it worked great.
Now I started using subversion to keep track of my own portage overlay and this
just didn't play nice with gensync....

My overlay is called pkalin 

Reproducible: Always
Steps to Reproduce:
1. svn co svn+ssh://my_url/
2. gensync pkalin


Actual Results:  
gensync deleted all .svn/ directories :-(

Expected Results:  
Leave them (or CVS/) intact.

I need a way to exclude these.

Will attach a patch.
Comment 1 Kalin KOZHUHAROV 2005-08-06 09:47:42 UTC
Created attachment 65243 [details, diff]
Allow arbitrary options for rsync in /etc/gensync/gensync.conf

As an addition to that, in the default config file:

>>>>>
# A good idea to add to rsync_options is to exclude .svn/ files if any
rsync_options = --exclude .svn/
<<<<<

Any documentation updates? I couldn't find any...
Comment 2 Kalin KOZHUHAROV 2005-09-08 05:01:36 UTC
Created attachment 67920 [details, diff]
gentoolkit-dev-0.2.5.ebuild.diff

Now that gentoolkit-0.2.5 is out, I am updating with a patch to the ebuild.

Plese do consider it together with patch #65243
Comment 3 Kalin KOZHUHAROV 2007-01-10 09:21:14 UTC
Closing this bug because of old age :-(

Please use layman instead of gensync.