Revision: 156
http://svn.sourceforge.net/grandmas-svn/?rev=156&view=rev
Author: matthiasmiller
Date: 2007-01-15 15:43:00 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
correction to r150: remove unused headers
Removed Paths:
-------------
trunk/include/svn/operation_internal.h
trunk/include/svn/operations.h
Deleted: trunk/include/svn/operation_internal.h
===================================================================
--- trunk/include/svn/operation_internal.h 2007-01-15 22:31:47 UTC (rev 155)
+++ trunk/include/svn/operation_internal.h 2007-01-15 23:43:00 UTC (rev 156)
@@ -1,40 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2006 by Matthias Miller *
- * ad...@gr... *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
- ***************************************************************************/
-
-#include <QString>
-
-class SvnOperationContext;
-struct svn_client_ctx_t;
-struct svn_error_t;
-struct svn_info_t;
-struct apr_pool_t;
-
-class RelativeRepoRetriever
-{
-public:
- bool getRelativeRepoUrl(SvnOperationContext& rContext, svn_client_ctx_t* ctx, QString fullRepoUrl, QString& rRelRepoUrl, QString& rError);
-
-protected:
- static svn_error_t* infoCallback(void *baton, const char *path, const svn_info_t *info, apr_pool_t *pool);
-
-private:
- QString mRelPath;
-};
-
Deleted: trunk/include/svn/operations.h
===================================================================
--- trunk/include/svn/operations.h 2007-01-15 22:31:47 UTC (rev 155)
+++ trunk/include/svn/operations.h 2007-01-15 23:43:00 UTC (rev 156)
@@ -1,38 +0,0 @@
-/***************************************************************************
- * Copyright (C) 2006 by Matthias Miller *
- * ad...@gr... *
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- * This program is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with this program; if not, write to the *
- * Free Software Foundation, Inc., *
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
- ***************************************************************************/
-
-
-class SvnOperationContext;
-class QString;
-
-namespace Svn
-{
- // operations performed on a working-copy
- bool add(SvnOperationContext& rContext, const QString& filePath, QString& rError);
- bool commit(SvnOperationContext& rContext, QString commitMessage, const QStringList& filePaths, QString& rError);
- bool update(SvnOperationContext& rContext, const QString& filePath, const Revision& revision, QString& rError);
- bool revert(SvnOperationContext& rContext, const QString& filePath, QString& rError);
-
- // Functions to retrieve information about a working copy
- bool getRepoCheckoutUrl(SvnOperationContext& rContext, svn_client_ctx_t* ctx, QString& rRelPath, QString fullRepoPath, QString& rError);
- bool getRepoUrlWithPath(SvnOperationContext& rContext, svn_client_ctx_t* ctx, QString& rFullPath, QString fullRepoPath, QString& rError);
-
- bool initAuthProviders(SvnOperationContext& rContext, svn_client_ctx_t* context, QString& rError);
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|