I have a single repository called "projects" which holds our website
projects. I'm using VisualSVN Server and everything is running on a
Win2008 server box.

Repository Example:
http://dev:8081/projects/clientA/alphadotcom_current
                                             /documents
                                             /alphadotcom_next
                                  /clientB/betadotcom
                                  /clientB/documents

Files for IIS7:
C:\Websites\websites\alphadotcom_current
C:\Websites\websites\alphadotcom_next
C:\Websites\websites\betadotcom

File Server:
Z:\Backup\clients\ClientA\documents

so http://dev:8081/projects/clientA/alphadotcom_current should update
C:\Websites\websites\alphadotcom_current

and http://dev:8081/projects/clientA/documents should update Z:\Backup
\clients\ClientA\documents

I tried adding a post-commit hook but there are issues. First being I
can't get it to work using VisualSVN Server. Second issue is I only
want to push files to the IIS directory from specific repository
paths.

Is it possible to setup CCNet to handle this file management and not
trigger a build? I don't need to actually build the dll's for our
primary clients website as its a mix of ASP and .NET and is compiled
on the server as pages are rendered.



Reply via email to