ddevening / Cake.Svn

Cake.Svn
0 stars 0 forks source link

Can we collaborate #1

Open gep13 opened 7 years ago

gep13 commented 7 years ago

@ddevening I wanted to touch base with you about this repository.

As you might be aware, @mholo65 was also working on a Cake.Svn Addin for Cake, and last week, I transferred the contents of his repo into the Cake Contrib Organisation, which you can now find here:

https://github.com/cake-contrib/Cake.Svn

As well as the basic Export functionality, I have also added the standard Cake.Recipe to the build process to allow for a consistent build and deployment process.

Would you be interested in becoming a maintainer of this repository, so that we can bring the work that you have done here into one repository, which we can then get pushed out to NuGet.org for others to consume?

Please let me know if you have any questions.

ddevening commented 7 years ago

Hello, Thanks for your email. I have reviewed the code in that repository, but all it did was Export code from a SVN repository. My build process required more than the SVN Export functionality, what I required for my build process was, SVN tasks for SvnAdd, SvnCopy, SvnInfo SvnVersion, SvnUpdate, SvnCheckout, SvnCommit, SvnStatus, SvnTag and SvnExport, which I have added to my project.

That project is based on SharpSvn, and I based mine on https://github.com/loresoft/msbuildtasks.

I would be interested, but I currently have a heavy workload and I am also not familiar with Github, Git, check in code, check out code, patch, pull request etc...

-David

On Wed, May 3, 2017 at 6:10 AM, Gary Ewan Park notifications@github.com wrote:

@ddevening https://github.com/ddevening I wanted to touch base with you about this repository.

As you might be aware, @mholo65 https://github.com/mholo65 was also working on a Cake.Svn Addin for Cake, and last week, I transferred the contents of his repo into the Cake Contrib Organisation, which you can now find here:

https://github.com/cake-contrib/Cake.Svn

As well as the basic Export functionality, I have also added the standard Cake.Recipe to the build process to allow for a consistent build and deployment process.

Would you be interested in becoming a maintainer of this repository, so that we can bring the work that you have done here into one repository, which we can then get pushed out to NuGet.org for others to consume?

Please let me know if you have any questions.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ddevening/Cake.Svn/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQwan7I3ZO16UVfyyDE95-pHM_h3GhRks5r2G7AgaJpZM4NPTuu .

-- Thanks.

-David

gep13 commented 7 years ago

Ah, I see. Not a problem. Hopefully we can meet in the middle at some point, as it would be good to prevent duplication of effort for this addin.

pascalberger commented 5 years ago

Just a quick follow up: Cake.Svn in the meantime also supports a lot of additional commands like svn add, svn checkout, svn delete, svn info or svn update. If you're interested in adding missing functionality to cake-contrib/Cake.Svn just ping me.