SVN

  • Thread starter Thread starter odwrotnie
  • Start date Start date
O

odwrotnie

Hi,

has anyone use any svn plugin for vs2005?
I am using AnkhSVN...
My problem is that in WebApps when i am trying to add project to repo it
adds only Website.sln file :\.

Thanks in advance for any help!
 
There are no project files in 2.0 web apps. All of the info that had to be
carried by the project file is in the .sln file. You are fine.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
There are no project files in 2.0 web apps. All of the info that had to
be
carried by the project file is in the .sln file. You are fine.

But it also doesnt copy aspx files... It copies only ONE file - .sln file
:/.
 
Cowboy said:
There are no project files in 2.0 web apps. All of the info that had to be
carried by the project file is in the .sln file. You are fine.

Actually, that's not true, the sln file is a standard MS sln file,
there's no ASP specific project information in there, beyond the normal
solution information. By default (if your not using the ASP.Net 2
projects), the project information is held in the

C:\documents and settings\[user name]\Local Settings\Application
Data\Microsoft\WebsiteCache

directory


Kevin Jones
 
the project information is held in the
C:\documents and settings\[user name]\Local Settings\Application
Data\Microsoft\WebsiteCache

So what can I do to make the svn work?
 
Try a different client?

I use TortoiseSVN and it works perfectly,

Kevin Jones
the project information is held in the
C:\documents and settings\[user name]\Local Settings\Application
Data\Microsoft\WebsiteCache

So what can I do to make the svn work?

--Best regards,
Odwrotnie.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top